class ConditionalWeakTable<TKey,TValue>

in global :: System . Runtime . CompilerServices

Enables compilers to dynamically attach object fields to managed objects.

  • TKey The reference type to which the field is attached.
  • TValue The field's type. This must be a reference type.

public bool TryGetValue( TKey key, ref TValue value )

😔 No documentation found.

public void Add( TKey key, TValue value )

😔 No documentation found.

public bool TryAdd( TKey key, TValue value )

😔 No documentation found.

public void AddOrUpdate( TKey key, TValue value )

😔 No documentation found.

public bool Remove( TKey key )

😔 No documentation found.

public void Clear( )

😔 No documentation found.

public TValue GetValue( TKey key, ConditionalWeakTable<TKey,TValue>.CreateValueCallback createValueCallback )

😔 No documentation found.

public TValue GetOrCreateValue( TKey key )

😔 No documentation found.

public Type GetType( )

😔 No documentation found.

public string ToString( )

😔 No documentation found.

public bool Equals( object obj )

😔 No documentation found.

public int GetHashCode( )

😔 No documentation found.

public ConditionalWeakTable<TKey,TValue>( )

😔 No documentation found.