ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls Namespace / ArrayItemTypeAttribute Class / ArrayItemTypeAttribute Constructor

In This Topic
    ArrayItemTypeAttribute Constructor
    In This Topic
    Initializes a new instance of the ArrayItemTypeAttribute class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal type As System.Type _
    )
    public ArrayItemTypeAttribute( 
       System.Type type
    )

    Parameters

    type
    See Also