Interface IBuilder<TBuiltService>.IParameterizedBuilder<TParam>

Defines a parameterized service that is responsible for building another services.

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

Methods

Build(TParam)

Builds a new TBuiltService instance.

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