InjectableMethodBuilder.

InjectableMethodBuilder(Type, ImmutableArray<string>) Constructor

Summary

Initializes a new instance of the InjectableMethodBuilder class.

Syntax

public InjectableMethodBuilder(Type container, ImmutableArray<string> methodNames)

Parameters

Name Type Description
container Type The container.
methodNames ImmutableArray<string> The method names.

Return Value

Type Description
void