C# Class Air.SimpleAirSerialisation

SimpleAirSerialisation class.
Inheritance: IAirSerialisation
Datei anzeigen Open project: tmitchel2/Air Class Usage Examples

Public Methods

Method Description
Get ( Type type ) : IAirSerialiser

Gets the specified type.

SimpleAirSerialisation ( ) : System

Method Details

Get() public method

Gets the specified type.
public Get ( Type type ) : IAirSerialiser
type System.Type The type.
return IAirSerialiser

SimpleAirSerialisation() public method

public SimpleAirSerialisation ( ) : System
return System