Spread for ASP.NET 9.0 Product Documentation
ArraySegmentData Constructor


The array.
Initializes a new instance of the ArraySegmentData class.
Syntax
'Declaration
 
Public Function New( _
   ByVal array As IList _
)
'Usage
 
Dim array As IList
 
Dim instance As New ArraySegmentData(array)
public ArraySegmentData( 
   IList array
)

Parameters

array
The array.
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

ArraySegmentData Class
ArraySegmentData Members

 

 


Copyright © GrapeCity, inc. All rights reserved.