[This is preliminary documentation and is subject to change.]
Namespace: NFX.IOAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public static void WriteSLEB128(
this Stream stream,
long value,
int padding = 0
)
public static void WriteSLEB128(
this Stream stream,
long value,
int padding = 0
)
<ExtensionAttribute>
Public Shared Sub WriteSLEB128 (
stream As Stream,
value As Long,
Optional padding As Integer = 0
)
<ExtensionAttribute>
Public Shared Sub WriteSLEB128 (
stream As Stream,
value As Long,
Optional padding As Integer = 0
)
public:
[ExtensionAttribute]
static void WriteSLEB128(
Stream^ stream,
long long value,
int padding = 0
)
public:
[ExtensionAttribute]
static void WriteSLEB128(
Stream^ stream,
long long value,
int padding = 0
)
static member WriteSLEB128 :
stream : Stream *
value : int64 *
?padding : int
(* Defaults:
let _padding = defaultArg padding 0
*)
-> unit
static member WriteSLEB128 :
stream : Stream *
value : int64 *
?padding : int
(* Defaults:
let _padding = defaultArg padding 0
*)
-> unit
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
Stream. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).