ArcFM Engine Developer Guide
Split<T> Method


Given an enumeration of items break into Items will not be in the same order as given
Syntax
'Declaration
 
<ExtensionAttribute()>
Public Shared Function Split(Of T)( _
   ByVal list As IEnumerable(Of T), _
   ByVal parts As Integer _
) As IEnumerable(Of List(Of T))
'Usage
 
Dim list As IEnumerable(Of T)
Dim parts As Integer
Dim value As IEnumerable(Of List(Of T))
 
value = EnumerableExtensions.Split(Of T)(list, parts)
[Extension()]
public static IEnumerable<List<T>> Split<T>( 
   IEnumerable<T> list,
   int parts
)

Parameters

list
parts

Type Parameters

T
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

EnumerableExtensions Class
EnumerableExtensions Members

 

 


Send Comment