ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX Namespace / ComArrayBase Class / ComArrayBase Constructor / ComArrayBase Constructor(Int32)
The size.

In This Topic
    ComArrayBase Constructor(Int32)
    In This Topic
    Initializes a new instance of the ComArrayBase class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal size As System.Integer _
    )
    public ComArrayBase( 
       System.int size
    )

    Parameters

    size
    The size.
    See Also