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>
parameter | description |
---|---|
TFixtureItem | The root fixture item type. |
TReturnType | The return type of the field. |
Public Members
name | description |
---|---|
FieldBasetypeMemberPath(…) | Initializes a new instance of the FieldBasetypeMemberPath class. |
Unique() |
See Also
- class FieldMemberPath<TFixtureItem,TReturnType>
- interface IBaseTypePath<TFixtureItem>
- namespace Twizzar.Fixture.Member