Skip to content

MethodMemberPath<TFixtureItem,TReturnType,TDeclaredType> class

Member path for a method.

csharp
public class MethodMemberPath<TFixtureItem, TReturnType, TDeclaredType> : 
    MemberPath<TFixtureItem, TReturnType>, IInstancePath<TFixtureItem>, 
    IMethodMemberPath<TFixtureItem>
public class MethodMemberPath<TFixtureItem, TReturnType, TDeclaredType> : 
    MemberPath<TFixtureItem, TReturnType>, IInstancePath<TFixtureItem>, 
    IMethodMemberPath<TFixtureItem>
parameterdescription
TFixtureItemThe root fixture item type.
TReturnTypeThe return type configured.
TDeclaredTypeThe actual return type of the method.

Public Members

namedescription
MethodMemberPath(…)Initializes a new instance of the MethodMemberPath class. (2 constructors)
Undefined()

See Also