'Declaration Public Default Property Item( _ ByVal index As System.Integer _ ) As SQLQualifiedName
'Usage Dim instance As SQLQualifiedNameList Dim index As System.Integer Dim value As SQLQualifiedName instance.Item(index) = value value = instance.Item(index)
public SQLQualifiedName this[ System.int index ]; {get; set;}
public: __property SQLQualifiedName* get_Item System.int index ; public: __property void set_Item System.int index, SQLQualifiedName* value ;