[]
Represents a strongly typed collection of CustomPropertyDefinition objects.
public sealed class CustomPropertyDefinitionCollection : Collection<CustomPropertyDefinition>, IList<CustomPropertyDefinition>, ICollection<CustomPropertyDefinition>, IList, ICollection, IReadOnlyList<CustomPropertyDefinition>, IReadOnlyCollection<CustomPropertyDefinition>, IEnumerable<CustomPropertyDefinition>, IEnumerable
Name | Description |
---|---|
CustomPropertyDefinitionCollection() | Initializes a new instance of the CustomPropertyDefinitionCollection class. |
Name | Description |
---|---|
this[string] | Gets a CustomPropertyDefinition using the specified name. |
Name | Description |
---|---|
AddRange(IEnumerable<CustomPropertyDefinition>) | Adds a range of CustomPropertyDefinition objects to the collection. |