OptionCollection.

this[string] Property

Summary

Gets the NAnt.Core.Types.Option with the specified name.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Types
Containing Type
OptionCollection

Syntax

[System.Runtime.CompilerServices.IndexerName("Item")]
public Option this[string name] { get; }

Attributes

Type Description
IndexerNameAttribute

Parameters

Name Type Description
name string

Value

Type Description
Option