jsonnull class : TypeName getter

Description

Gets the type name.

Syntax

jsonnullInstance.TypeName

Arguments

None

Return value

ClassDescription
stringThe type name.

Sample code

1:

jsonnull jsn = new jsonnull();

2:

string typeName = jsn.TypeName; // "jsonnull"

Notes

This getter returns "jsonnull".

Links for reference

None.

Copyright © Cooker All rights reserved.