Expressive.Tests.Massive.InstructionCollectingVisitor.InstructionCollectingVisitor C# (CSharp) Method

InstructionCollectingVisitor() public method

public InstructionCollectingVisitor ( ) : System.Collections.Generic
return System.Collections.Generic
        public InstructionCollectingVisitor()
        {
            this.OpCodes = new HashSet<OpCode>();
        }