InjectableMethodBuilder.

Create(Type, string) Method

Summary

Creates the specified container.

Syntax

public static InjectableMethodBuilder Create(Type container, string methodName)

Parameters

Name Type Description
container Type The container.
methodName string Name of the method.

Return Value

Type Description
InjectableMethodBuilder