Table of Contents

Interface IBuilder<T>

Namespace
Tudormobile.QIFLibrary
Assembly
Tudormobile.QIFLibrary.dll

Provides interface for building an object.

public interface IBuilder<T>

Type Parameters

T

Type of object to build.

Methods

Build()

Build an object.

T Build()

Returns

T

An objetc of generic type T