←Select platform

Add Method

Summary

Adds the specified item to the end of the collection.

Syntax

C#
VB
C++
public virtual void Add(  
   T _item_ 
) 
Public Overridable Sub Add( _ 
   ByVal item As T _ 
)  
public: 
virtual void Add(  
   _T^_ item 
)  

Parameters

item
Object to add.

Return Value

The index of the newly added item.

Example

For an example, refer to RasterCollection\<T\>.

Requirements

Target Platforms

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