C# Class Serializer.Xaml.CoreXamlReader

显示文件 Open project: Core2D/Core2D Class Usage Examples

Public Methods

Method Description
Load ( Stream stream ) : object
Load ( TextReader textReader ) : object
Load ( XmlReader xmlReader ) : object
Load ( string path ) : object

Private Methods

Method Description
Load ( Portable.Xaml.XamlXmlReader reader ) : object

Method Details

Load() public static method

public static Load ( Stream stream ) : object
stream System.IO.Stream
return object

Load() public static method

public static Load ( TextReader textReader ) : object
textReader System.IO.TextReader
return object

Load() public static method

public static Load ( XmlReader xmlReader ) : object
xmlReader XmlReader
return object

Load() public static method

public static Load ( string path ) : object
path string
return object