Beispiel #1
0
 public InstructionSymbol(int offset, SequencePoint sequencePoint)
 {
     this.Offset        = offset;
     this.SequencePoint = sequencePoint;
 }
Beispiel #2
0
		public InstructionSymbol (int offset, SequencePoint sequencePoint)
		{
			this.Offset = offset;
			this.SequencePoint = sequencePoint;
		}