Home
last modified time | relevance | path

Searched refs:getVariableName (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/Commands/
DSetCommand.cs96 … Func<string, string> getVariableName) : base(monitor, name, "sets {0}.".FormatWith(noun)) in SetCommand() argument
101 GetVariableName = getVariableName; in SetCommand()