The following tables list the members exposed by CustomPropertyDefinitionCollection.
Name | Description | |
---|---|---|
CustomPropertyDefinitionCollection Constructor | Initializes a new instance of the CustomPropertyDefinitionCollection class. |
Name | Description | |
---|---|---|
Capacity | Gets or sets the number of elements that the CustomPropertyDefinitionCollection can contain. (Inherited from System.Collections.CollectionBase) | |
Count | Gets the number of elements contained in the CustomPropertyDefinitionCollection instance. (Inherited from System.Collections.CollectionBase) | |
Item | Overloaded. Gets or sets the element at the specified index. |
Name | Description | |
---|---|---|
Add | Adds an object to the collection. | |
AddRange | Adds the range of object to the collection. | |
Clear | Removes all objects from the CustomPropertyDefinitionCollection instance. This method cannot be overridden. (Inherited from System.Collections.CollectionBase) | |
IndexOf | Searches for the specified value and returns the zero-based index of the first occurrence within the collection. | |
Remove | Removes the first occurrence of a specific object from the collection. | |
RemoveAt | Removes the element at the specified index of the CustomPropertyDefinitionCollection instance. This method is not overridable. (Inherited from System.Collections.CollectionBase) |