CSReportDll.cReportConnectsAux.this C# (CSharp) Method

this() public method

public this ( int index ) : DictionaryEntry
index int
return 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