Skip to content

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>
parameterdescription
TFixtureItemThe root fixture item type.
TParameterTypeThe parameter type.

Public Members

namedescription
CtorParamMemberPath(…)Initializes a new instance of the CtorParamMemberPath class.

See Also