TypeRegistry Item Property (VarIntStr)NFX Class Library

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

Returns type by handle i.e. VarIntStr(1) or VarIntStr("full name"). Throws in case of error

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

public Type this[
	VarIntStr handle
] { get; }

Property Value

Type: OnlineType
See Also