Mono.CSharp.TypeContainer.BaseContext.BaseContext C# (CSharp) Méthode

BaseContext() public méthode

public BaseContext ( TypeContainer tc ) : System
tc TypeContainer
Résultat System
			public BaseContext (TypeContainer tc)
			{
				this.tc = tc;
			}