Version 24.2 (latest)

CustomProperties Class Methods

For a list of all members of this type, see CustomProperties members.

Public Methods
 NameDescription
Public MethodAddOverloaded. Adds an element with the provided key and value to the IDictionary.  
Public MethodClearRemoves all items from the ICollection.  
Public MethodContainsDetermines whether the ICollection contains a specific value.  
Public MethodContainsKeyDetermines whether the IDictionary contains an element with the specified key.  
Public MethodCopyToCopies to.  
Public MethodGetEnumeratorReturns an enumerator that iterates through the collection.  
Public MethodRemoveOverloaded. Removes the element with the specified key from the IDictionary.  
Public MethodTryGetValueGets the value associated with the specified key.  
See Also