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

GetEndColumns() 공개 메소드

public GetEndColumns ( ) : int[]
리턴 int[]
		public int[] GetEndColumns()
		{
			int[] data = new int [count];
			for (int n=0; n<count; n++) data [n] = points[n].EndCol;
			return data; 
		}
		public int StartLine {