Click or drag to resize

JSONClass Methods

The JSONClass type exposes the following members.

Methods
  NameDescription
Public methodAdd(JSONNode) (Inherited from JSONNode.)
Public methodAdd(String, JSONNode) (Overrides JSONNodeAdd(String, JSONNode).)
Public methodAsArray (Inherited from JSONNode.)
Public methodAsObject (Inherited from JSONNode.)
Public methodEquals (Inherited from JSONNode.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Public methodGetHashCode (Inherited from JSONNode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString (Overrides JSONNodeToString.)
Top
Extension Methods
  NameDescription
Public Extension MethodToString
Format the specified collection into a single string using the specified separating string to separate each item. Null items are converted to empty strings.
(Defined by StringUtil.)
Top
See Also