TType
The type to be resolved.
Intersoft ClientUI Documentation
ResolveAll<TType>() Method
See Also  Send Feedback
Intersoft.Client.Framework.Containers Namespace > IocContainer Class > ResolveAll Method : ResolveAll<TType>() Method






Gets all possible named and unnamed resolutions for the type TType.

Syntax

Visual Basic (Declaration) 
Public Overloads Function ResolveAll(Of TType)() As IEnumerable(Of TType)
Visual Basic (Usage)Copy Code
Dim instance As IocContainer
Dim value As IEnumerable(Of TType)
 
value = instance.ResolveAll(Of TType)()
C# 
public IEnumerable<TType> ResolveAll<TType>()
Delphi 
public function ResolveAll(): IEnumerable; 
JScript 
public function ResolveAll() : IEnumerable;
Managed Extensions for C++ 
public: IEnumerable<TType*>* ResolveAll<TType>(); 
C++/CLI 
public:
IEnumerable<TType^>^ ResolveAllgeneric<typename TType>
(); 

Type Parameters

TType
The type to be resolved.

Return Value

A list of resolved instances.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.