Spread for ASP.NET 8.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 Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

ArraySegmentData Class
ArraySegmentData Members

 

 


Copyright © GrapeCity, inc. All rights reserved.