Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void WriteVarULong(ulong)

Declaration

public void WriteVarULong(
    ulong value
)

Summary

Writes a 64-bit unsigned integer using optim encoding (see StreamExtensions.WriteUInt64Optim(this Stream, ulong)) to the stream.