The following tables list the members exposed by CustomProperties.
Name | Description | |
---|---|---|
![]() | Count | Gets the number of elements contained in the ICollection. |
![]() | IsReadOnly | Gets a value indicating whether the ICollection is read-only. |
![]() | Item | Gets or sets the element with the specified key. |
![]() | Keys | Gets an ICollection containing the keys of the IDictionary. |
![]() | TokenizedString | Gets a tokenized string representing the values in the dictionary |
![]() | Values | Gets an ICollection containing the values in the IDictionary. |
Name | Description | |
---|---|---|
![]() | Add | Overloaded. Adds an element with the provided key and value to the IDictionary. |
![]() | Clear | Removes all items from the ICollection. |
![]() | Contains | Determines whether the ICollection contains a specific value. |
![]() | ContainsKey | Determines whether the IDictionary contains an element with the specified key. |
![]() | CopyTo | Copies to. |
![]() | GetEnumerator | Returns an enumerator that iterates through the collection. |
![]() | Remove | Overloaded. Removes the element with the specified key from the IDictionary. |
![]() | TryGetValue | Gets the value associated with the specified key. |