class ConditionalWeakTable<TKey,TValue>.CreateValueCallback
in global :: System . Runtime . CompilerServices
Represents a method that creates a non-default value to add as part of a key/value pair to a object.
keyThe key that belongs to the value to create.- Returns An instance of a reference type that represents the value to attach to the specified key.
public TValue Invoke( TKey key )
😔 No documentation found.
public IAsyncResult BeginInvoke( TKey key, AsyncCallback callback, object object )
😔 No documentation found.
public TValue EndInvoke( IAsyncResult result )
😔 No documentation found.
public void GetObjectData( SerializationInfo info, StreamingContext context )
😔 No documentation found.
public bool Equals( object obj )
😔 No documentation found.
public Delegate[] GetInvocationList( )
😔 No documentation found.
public int GetHashCode( )
😔 No documentation found.
public object Target { get; }
😔 No documentation found.
public object Clone( )
😔 No documentation found.
public bool get_HasSingleTarget( )
😔 No documentation found.
public object DynamicInvoke( object[] args )
😔 No documentation found.
public MethodInfo Method { get; }
😔 No documentation found.
public Type GetType( )
😔 No documentation found.
public string ToString( )
😔 No documentation found.
public ConditionalWeakTable<TKey,TValue>.CreateValueCallback( object object, IntPtr method )
😔 No documentation found.