AspectSharp.Example.Context.this C# (CSharp) Метод

this() публичный Метод

public this ( String key ) : String
key String
Результат String
		public virtual String this [ String key ]
		{
			get { return base.Dictionary[ key ] as String; }
			set { base.Dictionary[ key ] = value; }
		}
	}
Context