CustomContextItem Property
Indexer
Namespace: Sandcastle.Core.BuildAssemblerAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
public string this[
string variable
] { get; set; }
Public Default Property Item (
variable As String
) As String
Get
Set
public:
property String^ default[String^ variable] {
String^ get (String^ variable);
void set (String^ variable, String^ value);
}
member Item : string with get, set
- variable String
- The variable value to get or set
StringThe variable value as a string