Mosa.Compiler.Framework.Context.Context C# (CSharp) 메소드

Context() 공개 메소드

Initializes a new instance of the Context class.
public Context ( BasicBlock block ) : System.Collections.Generic
block BasicBlock The block.
리턴 System.Collections.Generic
        public Context(BasicBlock block)
            : this(block.First)
        {
        }

Same methods

Context::Context ( InstructionNode instructionNode ) : System.Collections.Generic