System.Reflection.Emit.SequencePointList.SequencePointList C# (CSharp) 메소드

SequencePointList() 공개 메소드

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