TzParameter.Create method (1 of 2)
Create an new instance of TzParameter
where the parameter is non generic.
csharp
public static TzParameter Create(PropertyInfo propertyInfo)
public static TzParameter Create(PropertyInfo propertyInfo)
parameter | description |
---|---|
propertyInfo | The parameter info. |
See Also
- class TzParameter
- namespace Twizzar.Fixture
TzParameter.Create method (2 of 2)
Create an new instance of TzParameter
where the parameter is non generic.
csharp
public static TzParameter Create(string name, Type type)
public static TzParameter Create(string name, Type type)
parameter | description |
---|---|
name | The parameter name. |
type | The parameter type. |
See Also
- class TzParameter
- namespace Twizzar.Fixture