ModelEventCollection.Item Property
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets the value at the specified index.
Overload List
Name | Description | |
---|---|---|
Item[TFindType] | Gets the value at the specified index by type. (Inherited from ModelMemberCollection<TItemType, TFindType>.) | |
Item[String] | Gets the value at the specified index by name. (Inherited from ModelMemberCollection<TItemType, TFindType>.) |
Top