InjectableMethodBuilder.

Create<TContainer>(string) Method

Summary

Creates the specified method name.

Syntax

public static InjectableMethodBuilder Create<TContainer>(string methodName)

Type Parameters

Name Description
TContainer The type of the container.

Parameters

Name Type Description
methodName string Name of the method.

Return Value

Type Description
InjectableMethodBuilder