BlockReaderXml Methods |
The BlockReaderXml type exposes the following members.
Name | Description | |
---|---|---|
![]() | Close |
Close reader
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Read |
Read next token from state stream
|
![]() | ReadBoolean |
Read string integer
|
![]() | ReadBooleans |
Read a list of strings
|
![]() | ReadDateTime |
Read DateTime
|
![]() | ReadDateTimes | |
![]() | ReadDouble |
Read double
|
![]() | ReadDoubles |
Read a list of doubles
|
![]() | ReadInt |
Read string integer
|
![]() | ReadInts |
Read a list of integers
|
![]() | ReadString |
Read string
|
![]() | ReadStrings |
Read a list of strings
|
![]() | ReadTimeSpan |
Read TimeSpan
|
![]() | Skip |
Skip current element, moves beyond the ObjectEnd
of the current section.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |