VarIntStr StructureNFX Class Library

[This is preliminary documentation and is subject to change.]

Holds either an integer or a string value. This is useful for metadata, i.e. types, if type is known an integer is sent, otherwise a full type name is sent

Namespace: NFX.IO
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

[SerializableAttribute]
public struct VarIntStr : IEquatable<VarIntStr>
See Also