Leadtools Namespace > LeadCollection<T> Class > LeadCollection<T> Constructor : LeadCollection<T> Constructor(IEnumerable<T>) |
public LeadCollection<T>( IEnumerable<T> collection )
'Declaration Public Function New( _ ByVal collection As IEnumerable(Of T) _ )
'Usage Dim collection As IEnumerable(Of T) Dim instance As New LeadCollection(Of T)(collection)
public LeadCollection<T>( Windows.Foundation.Collections.IIterable //In WinRT the IEnumerableinterface is replaced by IIterable <T> collection )
function LeadCollection( collection )
public: LeadCollection<T>( IEnumerable<T^>^ collection )