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

In This Topic
    CollectionElementTypeAttribute Class
    In This Topic
    This attribute allows to specify collection's element type name (in that case there is no need to store it).
    Object Model
    CollectionElementTypeAttribute Class
    Syntax
    'Declaration
     
    
    Public Class CollectionElementTypeAttribute 
       Inherits System.Attribute
    public class CollectionElementTypeAttribute : System.Attribute 
    Inheritance Hierarchy

    System.Object
       System.Attribute
          C1.Win.C1List.Util.Xml.Serialization.CollectionElementTypeAttribute

    See Also