mirror of
https://github.com/ZuneDev/MicrosoftIris.git
synced 2026-07-27 13:13:29 -07:00
To revert
This commit is contained in:
@@ -107,7 +107,8 @@ namespace Microsoft.Iris.UI
|
||||
|
||||
public virtual void WriteSymbol(SymbolReference symbolRef, object value) => SetProperty(symbolRef.Symbol, value);
|
||||
|
||||
public virtual object GetProperty(string name) => _storage[name];
|
||||
// TODO: UNDO ME
|
||||
public virtual object GetProperty(string name) => _storage.ContainsKey(name) ? _storage[name] : null;
|
||||
|
||||
public virtual void SetProperty(string name, object value)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user