C# Class XnaBuildContent.ContentTypeReader

显示文件 Open project: jlyonsmith/XnaBuildContent

Public Methods

Method Description
ContentTypeReader ( Type type ) : System
Read ( Microsoft.Xna.Framework.Content.ContentReader reader, object &value ) : void

Method Details

ContentTypeReader() public method

public ContentTypeReader ( Type type ) : System
type System.Type
return System

Read() public abstract method

public abstract Read ( Microsoft.Xna.Framework.Content.ContentReader reader, object &value ) : void
reader Microsoft.Xna.Framework.Content.ContentReader
value object
return void