System.Reflection.Emit.SequencePointList.SequencePointList C# (CSharp) Method

SequencePointList() public method

public SequencePointList ( ISymbolDocumentWriter doc ) : System
doc ISymbolDocumentWriter
return System
		public SequencePointList (ISymbolDocumentWriter doc)
		{
			this.doc = doc;
		}