FieldMemberPath<TFixtureItem,TReturnType> class
Member path for a field.
csharp
public class FieldMemberPath<TFixtureItem, TReturnType> : MemberPath<TFixtureItem, TReturnType>,
IFieldMemberPath<TFixtureItem>, IInstancePath<TFixtureItem>
public class FieldMemberPath<TFixtureItem, TReturnType> : MemberPath<TFixtureItem, TReturnType>,
IFieldMemberPath<TFixtureItem>, IInstancePath<TFixtureItem>
parameter | description |
---|---|
TFixtureItem | The root fixture item type. |
TReturnType | The return type of the field. |
Public Members
name | description |
---|---|
FieldMemberPath(…) | Initializes a new instance of the FieldMemberPath class. |
Undefined() |
See Also
- class MemberPath<TFixtureItem,TReturnType>
- interface IInstancePath<TFixtureItem>
- namespace Twizzar.Fixture.Member