ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender.Design Namespace / BindingArrayList Class / ToArray Method / ToArray(Type) Method

In This Topic
    ToArray(Type) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Overridable Function ToArray( _
       ByVal type As System.Type _
    ) As System.Array
    public virtual System.Array ToArray( 
       System.Type type
    )

    Parameters

    type
    See Also