C# Class ServiceStack.Text.TupleSerializer.TypeExtensions

Afficher le fichier Open project: Chatham/ServiceStack.Text.TupleSerializer

Méthodes publiques

Méthode Description
EnumerateTypeTrees ( this rootTypes ) : IEnumerable
ExtractTypes ( this rootType ) : System.Type[]
FindTupleDefinition ( this type, Type parentType = null ) : Type
GetTuples ( this types ) : HashSet
IsTuple ( this type ) : bool

Method Details

EnumerateTypeTrees() public static méthode

public static EnumerateTypeTrees ( this rootTypes ) : IEnumerable
rootTypes this
Résultat IEnumerable

ExtractTypes() public static méthode

public static ExtractTypes ( this rootType ) : System.Type[]
rootType this
Résultat System.Type[]

FindTupleDefinition() public static méthode

public static FindTupleDefinition ( this type, Type parentType = null ) : Type
type this
parentType System.Type
Résultat System.Type

GetTuples() public static méthode

public static GetTuples ( this types ) : HashSet
types this
Résultat HashSet

IsTuple() public static méthode

public static IsTuple ( this type ) : bool
type this
Résultat bool