CSReportDll.cReportConnectsAux.this C# (CSharp) Method

this() public method

public this ( String key ) : Object
key String
return Object
        public Object this[String key]
        {
            get
            {
                return (this.BaseGet(key));
            }
            set
            {
                this.BaseSet(key, value);
            }
        }

Same methods

cReportConnectsAux::this ( int index ) : DictionaryEntry