[]
Represents a collection of custom properties.
public sealed class CustomPropertyCollection
Name | Description |
---|---|
CustomPropertyCollection() | Initializes a new instance of the CustomPropertyCollection class. |
CustomPropertyCollection(IEnumerable<CustomProperty>) | Initializes a new instance of the CustomPropertyCollection class with the specified properties. |
Name | Description |
---|---|
Count | Gets the number of elements contained in the collection. |
this[int] | Gets the element at the specified index. |
this[string] | Gets the CustomProperty with the specified property name. |
Name | Description |
---|---|
Add(CustomProperty) | Adds a custom property to the collection. For internal use only. |
Add(string, object) | Adds a custom property to the collection with the specified name and value. For internal use only. |