C# Class Zetbox.App.Extensions.ParameterExtensions

Mostra file Open project: daszat/zetbox

Public Methods

Method Description
GuessParameterType ( this param ) : Type

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

Method Details

GuessParameterType() public static method

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