←Select platform

LeadCollection<T> Constructor(List<T>)

Summary

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

Syntax

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

Parameters

list
The list whose items are copied into this collection.

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