Mono.CSharp.TypeContainer.BaseContext.BaseContext C# (CSharp) Method

BaseContext() public method

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