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