AspectSharp.Example.Context.this C# (CSharp) Method

this() public method

public this ( String key ) : String
key String
return String
		public virtual String this [ String key ]
		{
			get { return base.Dictionary[ key ] as String; }
			set { base.Dictionary[ key ] = value; }
		}
	}
Context