Summary
Gets or sets the type of objects that this container holds.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Attributes - Containing Type
- Build
Element Array Attribute
Syntax
public Type ElementType { get; set; }
Remarks
This can be used for validation and schema generation.
If not specified, the type of the elements will be determined using reflection.
Value
Type | Description |
---|---|
Type | The type of the elements that this container holds. |