OptionCollectionItem(String) Property

This read-only property can be used to retrieve an option by name

Definition

Namespace: Sandcastle.Core.CommandLine
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
public BaseOption this[
	string name
] { get; }

Parameters

name  String
The name of the option to retrieve

Return Value

BaseOption

See Also