Click or drag to resize

ManyTInterfaceProperties Method (String)

Returns properties for a named instance

Namespace:  Crosser.Resolve
Assembly:  Crosser.Resolver (in Crosser.Resolver.dll) Version: 0.0.9.1
Syntax
C#
public static IDictionary<string, Object> Properties(
	string namedInstance
)

Parameters

namedInstance
Type: SystemString
The named mapping

Return Value

Type: IDictionaryString, Object
The properties mapped to a specific named instance
See Also