Castle.DynamicProxy.GeneratorContext.this C# (CSharp) Method

this() public method

public this ( String key ) : object
key String
return object
        public object this[String key]
        {
            get { return Dictionary[key]; }
            set { Dictionary[key] = value; }
        }
    }