Skip to content

MethodBasetypeMemberPath<TFixtureItem,TReturnType,TDeclaredType> class

Member path for a method where the return type is a twizzar base-tye..

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

Public Members

namedescription
MethodBasetypeMemberPath(…)Initializes a new instance of the MethodBasetypeMemberPath class. (2 constructors)
Unique()

See Also