C# Class PCSX2Bonus.Legacy.XmlSerialization.TimeSpan

Mostra file Open project: CyberFoxHax/PCSXBonus

Public Methods

Method Description
Add ( System subtract ) : TimeSpan
GetSchema ( ) : XmlSchema
ReadXml ( XmlReader reader ) : void
ToString ( ) : string
WriteXml ( XmlWriter writer ) : void

Method Details

Add() public method

public Add ( System subtract ) : TimeSpan
subtract System
return TimeSpan

GetSchema() public method

public GetSchema ( ) : XmlSchema
return System.Xml.Schema.XmlSchema

ReadXml() public method

public ReadXml ( XmlReader reader ) : void
reader System.Xml.XmlReader
return void

ToString() public method

public ToString ( ) : string
return string

WriteXml() public method

public WriteXml ( XmlWriter writer ) : void
writer System.Xml.XmlWriter
return void