DataTypeBaseDictionary.

this[string] Property

Summary

Gets or sets the NAnt.Core.DataTypeBase with the specified key.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core
Containing Type
DataTypeBaseDictionary

Syntax

public DataTypeBase this[string key] { get; set; }

Parameters

Name Type Description
key string

Value

Type Description
DataTypeBase The NAnt.Core.DataTypeBase.