FileNode Properties |
The FileNode type exposes the following members.
Name | Description | |
---|---|---|
![]() | IsEmpty |
Returns true if the node is empty
|
![]() | IsInt |
Returns true if the node is an integer
|
![]() | IsMap |
Returns true if the node is a mapping
|
![]() | IsNamed |
Returns true if the node has a name
|
![]() | IsNone |
Returns true if the node is a "none" object
|
![]() | IsReal |
Returns true if the node is a floating-point number
|
![]() | IsSeq |
Returns true if the node is a sequence
|
![]() | IsString |
Returns true if the node is a text string
|
![]() | NodeType |
Gets the type of the node.
|
![]() | Ptr |
Pointer to the unmanaged object
(Inherited from UnmanagedObject.) |