CSReportDll.cReportFormulaTypes.Remove C# (CSharp) 메소드

Remove() 공개 메소드

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

Same methods

cReportFormulaTypes::Remove ( int index ) : void