C# Class Zetbox.App.Extensions.ParameterExtensions

Afficher le fichier Open project: daszat/zetbox

Méthodes publiques

Méthode Description
GuessParameterType ( this param ) : Type

Guesses the System.Type of a parameter. Use only while bootstrapping.

Method Details

GuessParameterType() public static méthode

Guesses the System.Type of a parameter. Use only while bootstrapping.
public static GuessParameterType ( this param ) : Type
param this the parameter to guess about
Résultat System.Type