Responder Developer Guide
RegisterMultiple<RegisterType>(IEnumerable<Type>) Method


Type that each implementation implements
Types that implement RegisterType
Register multiple implementations of a type. Internally this registers each implementation using the full name of the class as its registration name.
Syntax
'Declaration
 
Public Overloads Function RegisterMultiple(Of RegisterType)( _
   ByVal implementationTypes As IEnumerable(Of Type) _
) As TinyIoCContainer.MultiRegisterOptions
'Usage
 
Dim instance As TinyIoCContainer
Dim implementationTypes As IEnumerable(Of Type)
Dim value As TinyIoCContainer.MultiRegisterOptions
 
value = instance.RegisterMultiple(Of RegisterType)(implementationTypes)

Parameters

implementationTypes
Types that implement RegisterType

Type Parameters

RegisterType
Type that each implementation implements

Return Value

MultiRegisterOptions for the fluent API
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