ModelMemberCollection<TItemType,TKeyType>.Item[] Property

Definition

Overloads

Item[String]
Item[TKeyType]

Item[String]

public:
 property TItemType default[System::String ^] { TItemType get(System::String ^ name); };
public TItemType this[string name] { get; }
member this.Item(string) : 'ItemType
Default Public ReadOnly Property Item(name As String) As TItemType

Parameters

name
String

Property Value

TItemType

Applies to

Item[TKeyType]

public:
 property TItemType default[TKeyType] { TItemType get(TKeyType value); };
public TItemType this[TKeyType value] { get; }
member this.Item('KeyType) : 'ItemType
Default Public ReadOnly Property Item(value As TKeyType) As TItemType

Parameters

value
TKeyType

Property Value

TItemType

Applies to