Skip to content

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>
parameterdescription
TFixtureItemThe root fixture item type.
TReturnTypeThe return type of the field.

Public Members

namedescription
FieldMemberPath(…)Initializes a new instance of the FieldMemberPath class.
Undefined()

See Also