Custom ContextClear Variable Method
Clear the named variable
Definition
Namespace: Sandcastle.Core.BuildAssembler
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
True if successful, false if not found
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public bool ClearVariable(
string name
)VB
Public Function ClearVariable (
name As String
) As BooleanC++
public:
bool ClearVariable(
String^ name
)F#
member ClearVariable :
name : string -> bool Parameters
- name String
- The variable to clear
Return Value
BooleanTrue if successful, false if not found