Click or drag to resize

ContainerImplResolveT Method (IDictionary)

[Missing <summary> documentation for "M:com.espertech.esper.container.ContainerImpl.Resolve``1(System.Collections.Generic.IDictionary`2)"]

Namespace:  com.espertech.esper.container
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public T Resolve<T>(
	IDictionary argumentsAsDictionary
)

Parameters

argumentsAsDictionary
Type: System.Collections.GenericIDictionaryTKey, TValue

[Missing <param name="argumentsAsDictionary"/> documentation for "M:com.espertech.esper.container.ContainerImpl.Resolve``1(System.Collections.Generic.IDictionary`2)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:com.espertech.esper.container.ContainerImpl.Resolve``1(System.Collections.Generic.IDictionary`2)"]

Return Value

Type: T

[Missing <returns> documentation for "M:com.espertech.esper.container.ContainerImpl.Resolve``1(System.Collections.Generic.IDictionary`2)"]

Implements

IContainerResolveT(IDictionaryTKey, TValue)
See Also