Interface IBuilder
A marker interface which is used within this library to mark builder classes. Implementing this interface opens a set of generic extension methods which are useful for any kind of builder.
See the BuilderExtensions class for the available extension methods.
Namespace: ReqRest.Builders
Assembly: ReqRest.dll
Syntax
public interface IBuilder