Responder Developer Guide
RegisterMultiple(Type,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( _
   ByVal registrationType As Type, _
   ByVal implementationTypes As IEnumerable(Of Type) _
) As TinyIoCContainer.MultiRegisterOptions
'Usage
 
Dim instance As TinyIoCContainer
Dim registrationType As Type
Dim implementationTypes As IEnumerable(Of Type)
Dim value As TinyIoCContainer.MultiRegisterOptions
 
value = instance.RegisterMultiple(registrationType, implementationTypes)

Parameters

registrationType
Type that each implementation implements
implementationTypes
Types that implement RegisterType

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