Skip to content

PathProvider<TFixtureItem> class

Provides member paths. Is used for configure an ItemBuilder.

csharp
public abstract class PathProvider<TFixtureItem>
public abstract class PathProvider<TFixtureItem>
parameterdescription
TFixtureItemThe type for which member paths will be generated.

See Also