←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

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

Leadtools Assembly