Table of Contents

Interface IBuilder<T>

Namespace
Tudormobile.Wpf
Assembly
Tudormobile.WpfApp.dll

Defines a class that provides method to build an instance of an object.

public interface IBuilder<T>

Type Parameters

T

Type of object to build.

Methods

Build()

Builds an instance of an object.

T Build()

Returns

T

An instance of T.