public class PropertyCollection : List<PropertyItem>
Public Class PropertyCollection
Inherits List(Of PropertyItem)
No code example is currently available or this language may not be supported.
PropertyCollection | Initializes a new instance of the PropertyCollection class |
AutoCreate | Get/Set a value indicating whether a property will automatically be created and added to the list if not found by name. |
Capacity | (Inherited from ListPropertyItem) |
Count | (Inherited from ListPropertyItem) |
ItemInt32 | (Inherited from ListPropertyItem) |
ItemString | Get a property from the collection by name. |
mAutoCreate | Private member for AutoCreate. |
IListAdd | (Inherited from ListPropertyItem) |
IListContains | (Inherited from ListPropertyItem) |
ICollectionCopyTo | (Inherited from ListPropertyItem) |
IEnumerableTGetEnumerator | (Inherited from ListPropertyItem) |
IEnumerableGetEnumerator | (Inherited from ListPropertyItem) |
IListIndexOf | (Inherited from ListPropertyItem) |
IListInsert | (Inherited from ListPropertyItem) |
IListIsFixedSize | (Inherited from ListPropertyItem) |
ICollectionTIsReadOnly | (Inherited from ListPropertyItem) |
IListIsReadOnly | (Inherited from ListPropertyItem) |
ICollectionIsSynchronized | (Inherited from ListPropertyItem) |
IListItem | (Inherited from ListPropertyItem) |
IListRemove | (Inherited from ListPropertyItem) |
ICollectionSyncRoot | (Inherited from ListPropertyItem) |