CSReportDll.cReportConnectsAux.Remove C# (CSharp) Method

Remove() public method

public Remove ( int index ) : void
index int
return void
        public void Remove(int index)
        {
            this.BaseRemoveAt(index);
        }

Same methods

cReportConnectsAux::Remove ( String key ) : void