DataTypeCollectionBase.

ValidateType(Object) Method

Summary

Used by methods that take System.Object instances as argument to verify whether the instance is valid for the collection class.
Assembly
NAnt.DotNet.dll
Namespace
NAnt.DotNet.Types
Containing Type
DataTypeCollectionBase

Syntax

protected void ValidateType(Object value)

Parameters

Name Type Description
value Object The instance to verify.

Return Value

Type Description
void