变量操作
This commit is contained in:
@@ -104,6 +104,16 @@ namespace AibisDream
|
||||
_variableStorage.SetValue(variableName, value);
|
||||
}
|
||||
|
||||
public bool Contains(string variableName)
|
||||
{
|
||||
return _variableStorage.Contains(variableName);
|
||||
}
|
||||
|
||||
public void ClearVariables()
|
||||
{
|
||||
_variableStorage.Clear();
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user