Skip to content

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

Public Members

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

See Also