CtorParamBasetypeMemberPath<TFixtureItem,TParameterType> class
Member path for a constructor parameter where the type is a twizzar base-tye.
csharp
public class CtorParamBasetypeMemberPath<TFixtureItem, TParameterType> :
CtorParamMemberPath<TFixtureItem, TParameterType>, IBaseTypePath<TFixtureItem>
public class CtorParamBasetypeMemberPath<TFixtureItem, TParameterType> :
CtorParamMemberPath<TFixtureItem, TParameterType>, IBaseTypePath<TFixtureItem>
parameter | description |
---|---|
TFixtureItem | The root fixture item type. |
TParameterType | The parameter type. |
Public Members
name | description |
---|---|
CtorParamBasetypeMemberPath(…) | Initializes a new instance of the CtorParamBasetypeMemberPath class. |
Unique() |
See Also
- class CtorParamMemberPath<TFixtureItem,TParameterType>
- interface IBaseTypePath<TFixtureItem>
- namespace Twizzar.Fixture.Member