CtorParamMemberPath<TFixtureItem,TParameterType> class
Member path for a constructor parameter.
csharp
public class CtorParamMemberPath<TFixtureItem, TParameterType> :
MemberPath<TFixtureItem, TParameterType>, ICtorParamMemberPath<TFixtureItem>
public class CtorParamMemberPath<TFixtureItem, TParameterType> :
MemberPath<TFixtureItem, TParameterType>, ICtorParamMemberPath<TFixtureItem>
parameter | description |
---|---|
TFixtureItem | The root fixture item type. |
TParameterType | The parameter type. |
Public Members
name | description |
---|---|
CtorParamMemberPath(…) | Initializes a new instance of the CtorParamMemberPath class. |
See Also
- class MemberPath<TFixtureItem,TReturnType>
- namespace Twizzar.Fixture.Member