C# Class Sarcasm.Reflection.MetaFormatter

Show file Open project: davidnemeti/Sarcasm Class Usage Examples

Public Methods

Method Description
CreateFormatter ( ) : Formatter
IsFormatterType ( Type type ) : bool
MetaFormatter ( Type formatterType ) : System

Method Details

CreateFormatter() public method

public CreateFormatter ( ) : Formatter
return Sarcasm.Unparsing.Formatter

IsFormatterType() public static method

public static IsFormatterType ( Type type ) : bool
type System.Type
return bool

MetaFormatter() public method

public MetaFormatter ( Type formatterType ) : System
formatterType System.Type
return System