Version

CustomProperties Class Members

The following tables list the members exposed by CustomProperties.

Public Properties
 NameDescription
Public PropertyCountGets the number of elements contained in the ICollection.  
Public PropertyIsReadOnlyGets a value indicating whether the ICollection is read-only.  
Public PropertyItemGets or sets the element with the specified key.  
Public PropertyKeysGets an ICollection containing the keys of the IDictionary.  
Public PropertyTokenizedStringGets a tokenized string representing the values in the dictionary  
Public PropertyValuesGets an ICollection containing the values in the IDictionary.  
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