Xceed .NET Libraries Documentation
ArrayInit Method


Xceed.Zip Assembly > Xceed.Utils.Collections Namespace > ListBase Class : ArrayInit Method
An array of objects which is used to initialize the array.
Initializes the array and populates it with the specified objects.
Syntax
'Declaration
 
Protected Sub ArrayInit( _
   ByVal objects() As Object _
) 
'Usage
 
Dim instance As ListBase
Dim objects() As Object
 
instance.ArrayInit(objects)
protected void ArrayInit( 
   object[] objects
)

Parameters

objects
An array of objects which is used to initialize the array.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ListBase Class
ListBase Members