C# Class System.Xml.Serialization.XmlSerializationPrimitiveReader

Inheritance: System.Xml.Serialization.XmlSerializationReader
Show file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Protected Methods

Method Description
InitCallbacks ( ) : void
InitIDs ( ) : void

Private Methods

Method Description
Read_QName ( ) : object
Read_base64Binary ( ) : object
Read_boolean ( ) : object
Read_byte ( ) : object
Read_char ( ) : object
Read_dateTime ( ) : object
Read_decimal ( ) : object
Read_double ( ) : object
Read_float ( ) : object
Read_guid ( ) : object
Read_int ( ) : object
Read_long ( ) : object
Read_short ( ) : object
Read_string ( ) : object
Read_unsignedByte ( ) : object
Read_unsignedInt ( ) : object
Read_unsignedLong ( ) : object
Read_unsignedShort ( ) : object

Method Details

InitCallbacks() protected method

protected InitCallbacks ( ) : void
return void

InitIDs() protected method

protected InitIDs ( ) : void
return void