C# Class fitSharp.Fit.Operators.WrapDefault
Afficher le fichier
Open project: jediwhale/fitsharp
Méthodes publiques
Méthode |
Description |
|
CanWrap ( TypedValue result ) : bool |
|
|
Wrap ( TypedValue result ) : TypedValue |
|
|
Private Methods
Méthode |
Description |
|
MakeInterpreter ( string fixtureName, Type parameterType, object parameter ) : TypedValue |
|
|
Method Details
public CanWrap ( TypedValue result ) : bool |
result |
TypedValue |
|
Résultat |
bool |
|
public Wrap ( TypedValue result ) : TypedValue |
result |
TypedValue |
|
Résultat |
TypedValue |
|