CSReportDll.cReportConnectsAux.Remove C# (CSharp) Method

Remove() public method

public Remove ( String key ) : void
key String
return void
        public void Remove(String key)
        {
            this.BaseRemove(key);
        }

Same methods

cReportConnectsAux::Remove ( int index ) : void