←Select platform

Remove Method

Summary

Removes the specified item.

Syntax

C#
VB
C++
public virtual bool Remove( 
   T item 
) 
Public Overridable Function Remove( _ 
   ByVal item As T _ 
) As Boolean 
public: 
virtual bool Remove(  
   _T^_ item 
)  

Parameters

item
Item to remove.

Example

For an example, refer to RasterCollection<T>.

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 Assembly