Skip to content

PropertyBasetypeMemberPath<TFixtureItem,TReturnType> class

Member path for a property where the return type is a twizzar base-tye.

csharp
public class PropertyBasetypeMemberPath<TFixtureItem, TReturnType> : 
    PropertyMemberPath<TFixtureItem, TReturnType>, IBaseTypePath<TFixtureItem>
public class PropertyBasetypeMemberPath<TFixtureItem, TReturnType> : 
    PropertyMemberPath<TFixtureItem, TReturnType>, IBaseTypePath<TFixtureItem>
parameterdescription
TFixtureItemThe root fixture item type.
TReturnTypeThe return type of the property.

Public Members

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

See Also