Responder Developer Guide
UsingConstructor<RegisterType> Method


Syntax
'Declaration
 
Public Function UsingConstructor(Of RegisterType)( _
   ByVal constructor As Expression(Of Func(Of RegisterType)) _
) As TinyIoCContainer.RegisterOptions
'Usage
 
Dim instance As TinyIoCContainer.RegisterOptions
Dim constructor As Expression(Of Func(Of RegisterType))
Dim value As TinyIoCContainer.RegisterOptions
 
value = instance.UsingConstructor(Of RegisterType)(constructor)

Parameters

constructor

Type Parameters

RegisterType
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.RegisterOptions Class
TinyIoCContainer.RegisterOptions Members

 

 


Send Comment