public PropertyDefinitionBase this[
int index
] { get; }Public ReadOnly Default Property Item (
index As Integer
) As PropertyDefinitionBase
Getpublic:
property PropertyDefinitionBase^ default[int index] {
PropertyDefinitionBase^ get (int index);
}member Item : PropertyDefinitionBase with get