C# Class Entitas.Serialization.TypeSerializationExtension

Afficher le fichier Open project: sschmid/Entitas-CSharp

Méthodes publiques

Méthode Description
ToCompilableString ( this type ) : string
ToReadableString ( this type ) : string
ToType ( this typeString ) : Type

Private Methods

Méthode Description
generateArray ( string typeString ) : string
generateGenericArguments ( string typeString ) : string
generateTypeString ( string typeString ) : string

Method Details

ToCompilableString() public static méthode

public static ToCompilableString ( this type ) : string
type this
Résultat string

ToReadableString() public static méthode

public static ToReadableString ( this type ) : string
type this
Résultat string

ToType() public static méthode

public static ToType ( this typeString ) : Type
typeString this
Résultat System.Type