Interface IBuilder<T>
- Namespace
- Tudormobile.QIFLibrary
- Assembly
- Tudormobile.QIFLibrary.dll
Provides interface for building an object.
public interface IBuilder<T>
Type Parameters
TType of object to build.
Methods
Build()
Build an object.
T Build()
Returns
- T
An objetc of generic type
T