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