Option CollectionItem(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: 2026.3.29.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.3.29.0
C#
public BaseOption this[
string name
] { get; }VB
Public ReadOnly Default Property Item (
name As String
) As BaseOption
GetC++
public:
property BaseOption^ default[String^ name] {
BaseOption^ get (String^ name);
}F#
member Item : BaseOption with getParameters
- name String
- The name of the option to retrieve