←Select platform

Register<I>(I) Method

Summary

Registers an instance with the container.

Syntax

C#
VB
C++
public static void Register<I>(  
   I instance 
) 
Public Overloads Shared Sub Register(Of I)( _ 
   ByVal instance As I _ 
) 
public: 
static void Registergeneric<typename I> 
(  
   _I^_ instance 
) 

Parameters

instance
Object to be returned.

Type Parameters

I
Type of instance to register (may be an implemented interface instead of the full type).

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Dicom.AddIn Assembly
Click or drag to resize