| Miner.Responder.TroubleMaker Assembly > TinyIoC Namespace > TinyIoCContainer Class > Register Method : Register<RegisterType>(Func<TinyIoCContainer,NamedParameterOverloads,RegisterType>,String) Method |
'Declaration Public Overloads Function Register(Of RegisterType As Class)( _ ByVal factory As Func(Of TinyIoCContainer,NamedParameterOverloads,RegisterType), _ ByVal name As String _ ) As TinyIoCContainer.RegisterOptions
'Usage Dim instance As TinyIoCContainer Dim factory As Func(Of TinyIoCContainer,NamedParameterOverloads,RegisterType) Dim name As String Dim value As TinyIoCContainer.RegisterOptions value = instance.Register(Of RegisterType)(factory, name)
public TinyIoCContainer.RegisterOptions Register<RegisterType>( Func<TinyIoCContainer,NamedParameterOverloads,RegisterType> factory, string name ) where RegisterType: class
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.