Walter.BOM
TryGetNamedInstance<T> Method
Walter.BOM Assembly > Walter Namespace > DIContainer Class : TryGetNamedInstance<T> Method
The named.
The value.
Tries the get named instance.
Syntax
public static bool TryGetNamedInstance<T>( 
   string named,
   out T? value
)
where T: class

Parameters

named
The named.
value
The value.

Type Parameters

T

Return Value

true if XXXX, false otherwise.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DIContainer Class
DIContainer Members