Skip to content

FieldBasetypeMemberPath<TFixtureItem,TReturnType> class

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

csharp
public class FieldBasetypeMemberPath<TFixtureItem, TReturnType> : 
    FieldMemberPath<TFixtureItem, TReturnType>, IBaseTypePath<TFixtureItem>
public class FieldBasetypeMemberPath<TFixtureItem, TReturnType> : 
    FieldMemberPath<TFixtureItem, TReturnType>, IBaseTypePath<TFixtureItem>
parameterdescription
TFixtureItemThe root fixture item type.
TReturnTypeThe return type of the field.

Public Members

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

See Also