Nevron .NET Vision
Nevron.Diagram.Layout Namespace / NCellBodyList Class / ToArray Method
he type of array to create and copy elements to.


In This Topic
    ToArray Method (NCellBodyList)
    In This Topic
    Copies the elements of this list to a new array of the specified type.
    Syntax
    'Declaration
     
    
    Public Function ToArray( _
       ByVal type As System.Type _
    ) As System.Array
    'Usage
     
    
    Dim instance As NCellBodyList
    Dim type As System.Type
    Dim value As System.Array
     
    value = instance.ToArray(type)
    public System.Array ToArray( 
       System.Type type
    )

    Parameters

    type
    he type of array to create and copy elements to.

    Return Value

    an array of the specified type containing copies of the elements in this list
    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