TType
The type of which registration to remove.
Intersoft ClientUI Documentation
Remove<TType>() Method
See Also  Send Feedback
Intersoft.Client.Framework.Containers Namespace > IocContainer Class > Remove Method : Remove<TType>() Method






Removes the registration from the container based on the specified type.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub Remove(Of TType)() 
Visual Basic (Usage)Copy Code
Dim instance As IocContainer
 
instance.Remove(Of TType)()
C# 
public void Remove<TType>()
Delphi 
public procedure Remove(); 
JScript 
public function Remove();
Managed Extensions for C++ 
public: void Remove<TType>(); 
C++/CLI 
public:
void Removegeneric<typename TType>
(); 

Type Parameters

TType
The type of which registration to remove.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.