Responder Developer Guide
ResolveAll<ResolveType>() Method


Type to resolveAll
Returns all registrations of a type, both named and unnamed
Syntax
'Declaration
 
Public Overloads Function ResolveAll(Of ResolveType As Class)() As IEnumerable(Of ResolveType)
'Usage
 
Dim instance As TinyIoCContainer
Dim value As IEnumerable(Of ResolveType)
 
value = instance.ResolveAll(Of ResolveType)()
public IEnumerable<ResolveType> ResolveAll<ResolveType>()
where ResolveType: class

Type Parameters

ResolveType
Type to resolveAll

Return Value

IEnumerable
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

TinyIoCContainer Class
TinyIoCContainer Members
Overload List

 

 


Send Comment