CSReportDll.cReportConnectsAux.remove C# (CSharp) 메소드

remove() 공개 메소드

public remove ( int index ) : void
index int
리턴 void
        public void remove(int index)
        {
            this.BaseRemoveAt(index);
        }

Same methods

cReportConnectsAux::remove ( String key ) : void