NAnt SDK Documentation - v0.85-nightly-2005-11-09

Project.DataTypeReferences Property

[This is preliminary documentation and subject to change.]

Gets the DataTypeBase instances defined in this project.

[Visual Basic]
Public ReadOnly Property DataTypeReferences As DataTypeBaseDictionary
[C#]
public DataTypeBaseDictionary DataTypeReferences {get;}

Property Value

The DataTypeBase instances defined in this project.

Remarks

This is the collection of DataTypeBase instances that are defined by DataTypeBase (eg fileset) declarations.

See Also

Project Class | NAnt.Core Namespace