Mono.CSharp.TypeContainer.BaseContext.BaseContext C# (CSharp) 메소드

BaseContext() 공개 메소드

public BaseContext ( TypeContainer tc ) : System
tc TypeContainer
리턴 System
			public BaseContext (TypeContainer tc)
			{
				this.tc = tc;
			}