CustomContextClearVariable Method
Clear the named variable
Namespace: Sandcastle.Core.BuildAssemblerAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
public bool ClearVariable(
string name
)
Public Function ClearVariable (
name As String
) As Boolean
public:
bool ClearVariable(
String^ name
)
member ClearVariable :
name : string -> bool
- name String
- The variable to clear
BooleanTrue if successful, false if not found