Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Mono
CompilerServices
SymbolWriter
MyBinaryWriter
C# Class Mono.CompilerServices.SymbolWriter.MyBinaryWriter
Inheritance:
System.IO.BinaryWriter
Afficher le fichier
Open project: Unity-Technologies/cecil
Class Usage Examples
Méthodes publiques
Méthode
Description
MyBinaryWriter
(
Stream
stream
) :
System
WriteLeb128
(
int
value
) :
void
Method Details
MyBinaryWriter()
public
méthode
public
MyBinaryWriter
(
Stream
stream
) :
System
stream
Stream
Résultat
System
WriteLeb128()
public
méthode
public
WriteLeb128
(
int
value
) :
void
value
int
Résultat
void