ComponentOne List for WinForms
C1.Win.C1List.Util.Xml.Serialization Namespace / CollectionElementTypeAttribute Class / CollectionElementTypeAttribute Constructor

In This Topic
    CollectionElementTypeAttribute Constructor
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal type As Type _
    )
    public CollectionElementTypeAttribute( 
       Type type
    )

    Parameters

    type
    See Also