CSReportDll.cReportFormulaTypes.Remove C# (CSharp) Méthode

Remove() public méthode

public Remove ( String key ) : void
key String
Résultat void
        public void Remove(String key)
        {
            this.BaseRemove(key);
        }

Same methods

cReportFormulaTypes::Remove ( int index ) : void