ModelComponentCollection Members
Include Protected Members
Include Inherited Members
Contains a collection of ModelComponent objects.
The ModelComponentCollection type exposes the following members.
Methods
Top
Properties
Name | Description | |
---|---|---|
Count | Gets the number of ModelComponent objects in the ModelComponentCollection. | |
DemandLoadingService | Infrastructure. | |
IsFixedSize | Gets a value indicating whether the ModelComponentCollection has a fixed size. | |
IsReadOnly | Gets a value indicating whether the ModelComponentCollection is read-only. | |
IsSynchronized | Gets a value indicating whether access to the ModelComponentCollection is synchronized (thread-safe). | |
Item[Int32] | Gets the IModelComponent at the specified index. | |
ItemsType | Gets the Type of objects that can be contained by the ModelComponentCollection. | |
Parent | Gets the IModelComponent that contains the ModelComponentCollection. | |
Preloadable | Infrastructure. | |
SyncRoot | Gets an object that can be used to synchronize access to the ModelComponentCollection. |
Top
Explicit Interface Implementations
Top