[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.IOAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
[SerializableAttribute]
public struct VarIntStr : IEquatable<VarIntStr>
[SerializableAttribute]
public struct VarIntStr : IEquatable<VarIntStr>
<SerializableAttribute>
Public Structure VarIntStr
Implements IEquatable(Of VarIntStr)
<SerializableAttribute>
Public Structure VarIntStr
Implements IEquatable(Of VarIntStr)
[SerializableAttribute]
public value class VarIntStr : IEquatable<VarIntStr>
[SerializableAttribute]
public value class VarIntStr : IEquatable<VarIntStr>
[<SealedAttribute>]
[<SerializableAttribute>]
type VarIntStr =
struct
interface IEquatable<VarIntStr>
end
[<SealedAttribute>]
[<SerializableAttribute>]
type VarIntStr =
struct
interface IEquatable<VarIntStr>
end