Click or drag to resize

AutoExpireDictionaryK, V Class

[Missing <summary> documentation for "T:Sportradar.SDK.Common.Utils.AutoExpireDictionary`2"]

Inheritance Hierarchy
SystemObject
  Sportradar.SDK.Common.UtilsAutoExpireDictionaryK, V

Namespace: Sportradar.SDK.Common.Utils
Assembly: Common (in Common.dll) Version: 2.28.0.0
Syntax
C#
public class AutoExpireDictionary<K, V> : IDictionary<K, V>, 
	ICollection<KeyValuePair<K, V>>, IEnumerable<KeyValuePair<K, V>>, 
	IEnumerable

Type Parameters

K

[Missing <typeparam name="K"/> documentation for "T:Sportradar.SDK.Common.Utils.AutoExpireDictionary`2"]

V

[Missing <typeparam name="V"/> documentation for "T:Sportradar.SDK.Common.Utils.AutoExpireDictionary`2"]

The AutoExpireDictionaryK, V type exposes the following members.

Constructors
 NameDescription
Public methodAutoExpireDictionaryK, VInitializes a new instance of the AutoExpireDictionaryK, V class
Top
Properties
 NameDescription
Public propertyCount 
Public propertyIsReadOnly 
Public propertyItem 
Public propertyKeys 
Public propertyValues 
Top
Methods
 NameDescription
Public methodAdd(KeyValuePairK, V) 
Public methodAdd(K, V) 
Public methodClear 
Public methodContains 
Public methodContainsKey 
Public methodCopyTo 
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetEnumerator 
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodRemove(K) 
Public methodRemove(KeyValuePairK, V) 
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodTryGetValue 
Top
See Also