CSReportDll.cReportFormulasInt.item C# (CSharp) Метод

item() публичный Метод

public item ( String key ) : cReportFormulaInt
key String
Результат cReportFormulaInt
        public cReportFormulaInt item(String key)
        {
            try
            {
                return (cReportFormulaInt)this.BaseGet(key);
            }
            catch 
            {
                return null;
            }
        }

Same methods

cReportFormulasInt::item ( int index ) : cReportFormulaInt