public property BXmlPropertyAttribute.Collection

Brief

The flag indicating that the value is a collection

Declaration
C#
bool  Collection public get; public set;

Details

The type must be an IEnumeration of type attributed with BXmlElementAttribute or BXmlSelectAttribute and must have Add method.

For the collection the name property is obligatory.

Declared in BXmlPropertyAttribute

back