JsonSerialiserInitialise Method |
Initialises the serialiser.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void Initialise(
Type type
)
Public Sub Initialise (
type As Type
)
public:
void Initialise(
Type^ type
)
member Initialise :
type : Type -> unit
Parameters
- type
- Type: SystemType
See Also