Name | Description | |
---|---|---|
Count | Gets the number of items in the collection | |
Item | Gets or sets the value of the property with the specified key. |
The following tables list the members exposed by ICustomProperties.
Name | Description | |
---|---|---|
Count | Gets the number of items in the collection | |
Item | Gets or sets the value of the property with the specified key. |
Name | Description | |
---|---|---|
Add | Overloaded. Adds or updates the property with the specified key. | |
Clear | Removes all properties whose names start with the specified prefix. | |
ContainsKey | Determines whether the collection contains a property with the specified name. | |
GetByPrefix | Gets all properties whose name starts with the specified prefix. | |
GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from System.Collections.Generic.IEnumerable<CustomProperty>) | |
GetProperty | Overloaded. Gets the property at the specified index; | |
Remove | Overloaded. |