CSReportDll.cReportConnectsAux.this C# (CSharp) Метод

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

public this ( int index ) : DictionaryEntry
index int
Результат System.Collections.DictionaryEntry
        public DictionaryEntry this[int index]
        {
            get
            {
                return (new DictionaryEntry(
                    this.BaseGetKey(index), this.BaseGet(index)));
            }
        }

Same methods

cReportConnectsAux::this ( String key ) : Object