'Declaration Public Sub Insert( _ ByVal index As System.Integer, _ ByVal obj As SQLQualifiedName _ )
'Usage Dim instance As SQLQualifiedNameList Dim index As System.Integer Dim obj As SQLQualifiedName instance.Insert(index, obj)
public void Insert( System.int index, SQLQualifiedName obj )
public: void Insert( System.int index, SQLQualifiedName* obj )