Mono.CSharp.LabeledStatement.Resolve C# (CSharp) 메소드

Resolve() 공개 메소드

public Resolve ( BlockContext ec ) : bool
ec BlockContext
리턴 bool
		public override bool Resolve (BlockContext ec)
		{
			// this flow-branching will be terminated when the surrounding block ends
			ec.StartFlowBranching (this);
			return true;
		}