Method | Description | |
---|---|---|
GetArray ( ) : IList |
Retrieves a list of elements associated with this element.
|
|
GetString ( ) : string |
Retrieves the string representation of this element.
|
|
IsArray ( ) : bool |
Determines whether this element is an array.
|
|
IsString ( ) : bool |
Determines whether this element is a string.
|
|
ToString ( ) : string |
Returns the string representation of this element.
|