'宣言
Public Function DeserializeText( _
ByVal As System.Xml.XmlTextReader, _
ByVal As System.Type _
) As System.Object
public System.object DeserializeText(
System.Xml.XmlTextReader ,
System.Type
)
パラメータ
- reader
- The XmlReader containing the XML-document instance to deserialize
- type
- The type of object being deserialized
戻り値の型
The Object being deserialized