'Declaration Default Property Item( _ ByVal index As String _ ) As String
'Declaration
Default Property Item( _ ByVal index As String _ ) As String
string this[ string index ]; {get; set;}
property String^ default [String^] { String^ get(String^ index); void set (String^ index, String^ value); }
ICustomProperties Interface ICustomProperties Members