Summary
Gets or sets the
NAnt.Core.DataTypeBase
with the specified key.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core - Containing Type
- Data
Type Base Dictionary
Syntax
public DataTypeBase this[string key] { get; set; }
Parameters
Name | Type | Description |
---|---|---|
key | string |
Value
Type | Description |
---|---|
DataTypeBase |
The NAnt.Core.DataTypeBase .
|