C# 클래스 IKVM.Attributes.LineNumberTableAttribute.LineNumberWriter

파일 보기 프로젝트 열기: samskivert/ikvm-monotouch

공개 메소드들

메소드 설명
AddMapping ( int ilOffset, int linenumber ) : void
LineNumberWriter ( int estimatedCount ) : IKVM.Reflection
ToArray ( ) : byte[]

비공개 메소드들

메소드 설명
WritePackedInteger ( int val ) : void

메소드 상세

AddMapping() 공개 메소드

public AddMapping ( int ilOffset, int linenumber ) : void
ilOffset int
linenumber int
리턴 void

LineNumberWriter() 공개 메소드

public LineNumberWriter ( int estimatedCount ) : IKVM.Reflection
estimatedCount int
리턴 IKVM.Reflection

ToArray() 공개 메소드

public ToArray ( ) : byte[]
리턴 byte[]