C# 클래스 Mono.CompilerServices.SymbolWriter.MyBinaryWriter

상속: System.IO.BinaryWriter
파일 보기 프로젝트 열기: Unity-Technologies/cecil 1 사용 예제들

공개 메소드들

메소드 설명
MyBinaryWriter ( Stream stream ) : System
WriteLeb128 ( int value ) : void

메소드 상세

MyBinaryWriter() 공개 메소드

public MyBinaryWriter ( Stream stream ) : System
stream Stream
리턴 System

WriteLeb128() 공개 메소드

public WriteLeb128 ( int value ) : void
value int
리턴 void