Click or drag to resize

CloningDictionaryK, V Class

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

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

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

Type Parameters

K

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

V

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

The CloningDictionaryK, V type exposes the following members.

Constructors
 NameDescription
Public methodCloningDictionaryK, VInitializes a new instance of the CloningDictionaryK, 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