The following tables list the members exposed by DynamicPropertiesCollection.
| Name | Description | |
|---|---|---|
| DynamicPropertiesCollection Constructor | Creates a new instance of the DynamicPropertiesCollection Class. |
| Name | Description | |
|---|---|---|
| Count | Gets the number of elements contained in the container. | |
| IsReadOnly | Gets a value indicating whether the container is read-only. | |
| Item | Overloaded. |
| Name | Description | |
|---|---|---|
| Add | Adds an item to the container. | |
| AddOrSet | Sets the value of element with the specified Identifier. If the elements dosent't exist create it | |
| Clear | Removes all items from the container. | |
| Clone | Creates a new object that is a copy of the current instance. | |
| Contains | Determines whether the container contains a specific value. | |
| CopyTo | Copies the elements of the container to an array, starting at a particular index. | |
| GetEnumerator | Returns an enumerator that iterates through the container. | |
| IndexOf | Returns the zero-based index of the first occurrence of a value in the container or in a portion of it. | |
| Insert | Inserts an element into the container at the specified index. | |
| Remove | Removes the first occurrence of a specific object from the container. | |
| RemoveAt | Removes the item at the specified index. |