←Select platform

Remove(string) Method

Summary

Removes an element from the collection.

Syntax

C#
VB
C++
public void Remove( 
   string name 
) 
  
Public Overloads Sub Remove( _ 
   ByVal name As String _ 
)  
public: 
void Remove(  
   String^ name 
)  

Parameters

name
The name of the element to be removed.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.DataAccessLayer Assembly