CollectionElementTypeAttribute Class
This attribute allows to specify collection's element type name
(in that case there is no need to store it).
Inheritance
CollectionElementTypeAttribute
Assembly: C1.Win.TrueDBGrid.10.dll
Syntax
[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field, AllowMultiple = false)]
public class CollectionElementTypeAttribute : Attribute
<AttributeUsage(AttributeTargets.PropertyOrAttributeTargets.Field, AllowMultiple:=False)>
Public Class CollectionElementTypeAttribute
Inherits Attribute
Constructors
Properties