Interface IBuilder<TBuiltService>

Defines a service that is responsible for building another services.

Namespace: Solti.Utils.Rpc.Interfaces
Assembly: Solti.Utils.Rpc.Interfaces.dll
Syntax
public interface IBuilder<TBuiltService>
Type Parameters
Name Description
TBuiltService

Methods

Build()

Builds a new TBuiltService instance.

Declaration
TBuiltService Build()
Returns
Type Description
TBuiltService
In This Article
Back to top Generated by DocFX