Boo.Lang.Compiler.CompilerContext.this C# (CSharp) Method

this() public method

public this ( object key ) : object
key object
return object
        public object this[object key]
        {
            get { return _properties[key]; }

            set { _properties[key] = value; }
        }