BlockReaderXml Methods

Methods

Close Close reader
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates 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
ReadDoubleOrDateTime Try to read a double or DateTime value.
ReadDoubles Read a list of doubles
ReadInt Read string integer
ReadInts Read a list of integers
ReadListDoubleOrDateTime Try to read a list of double or DateTime values.
ReadString Read string
ReadStrings Read a list of strings
ReadTimeSpan Read TimeSpan
ReadTimeSpans 
Skip Skip current element, moves beyond the ObjectEnd of the current section.
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also