Project.

DataTypeReferences Property

Summary

Gets the NAnt.Core.DataTypeBase instances defined in this project.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core
Containing Type
Project

Syntax

public DataTypeBaseDictionary DataTypeReferences { get; }

Remarks

This is the collection of NAnt.Core.DataTypeBase instances that are defined by NAnt.Core.DataTypeBase (e.g. fileset) declarations.

Value

Type Description
DataTypeBaseDictionary The NAnt.Core.DataTypeBase instances defined in this project.