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