Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Mono
CompilerServices
SymbolWriter
MyBinaryWriter
C# Class Mono.CompilerServices.SymbolWriter.MyBinaryWriter
Inheritance:
System.IO.BinaryWriter
ファイルを表示
Open project: Unity-Technologies/cecil
Class Usage Examples
Public Methods
Method
Description
MyBinaryWriter
(
Stream
stream
) :
System
WriteLeb128
(
int
value
) :
void
Method Details
MyBinaryWriter()
public
method
public
MyBinaryWriter
(
Stream
stream
) :
System
stream
Stream
return
System
WriteLeb128()
public
method
public
WriteLeb128
(
int
value
) :
void
value
int
return
void