OptionCollectionItem(String) Property
This read-only property can be used to retrieve an option by name
Namespace: Sandcastle.Core.CommandLineAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
public BaseOption this[
string name
] { get; }
Public ReadOnly Default Property Item (
name As String
) As BaseOption
Get
public:
property BaseOption^ default[String^ name] {
BaseOption^ get (String^ name);
}
member Item : BaseOption with get
- name String
- The name of the option to retrieve
BaseOption