←Select platform

LeadCollection<T> Constructor(IEnumerable<T>)

Summary

Initializes a new instance of the LeadCollection\<T\> class that contains items copied from the specified collection and that has the same initial capacity as the number of items copied.

Syntax

C#
VB
C++
public LeadCollection<T>(  
   IEnumerable<T> collection 
) 
Public Function New( _ 
   ByVal collection As IEnumerable(Of T) _ 
) 
public: 
LeadCollection<T>(  
   IEnumerable<T^>^ collection 
) 

Parameters

collection
The collection whose items are copied into this collection.

Requirements

Target Platforms

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