NAnt SDK Documentation - v0.92

Project.DataTypeReferences Property

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