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