Skip to content

PropertyMemberPath<TFixtureItem,TReturnType> class

Member path for a property.

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

Public Members

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

See Also