DataTypeCollectionBase.

ItemType Property

Summary

Gets the System.Type of the items in this collection.
Assembly
NAnt.DotNet.dll
Namespace
NAnt.DotNet.Types
Containing Type
DataTypeCollectionBase

Syntax

protected abstract Type ItemType { get; }

Value

Type Description
Type The System.Type of the items in this collection.