Skip to content

Game.UI.Widgets.IMutable`1

Assembly: Game
Namespace: Game.UI.Widgets

Type: interface abstract public

Implements: Game.UI.Widgets.IWidget, Colossal.UI.Binding.IJsonWritable

Code

public abstract interface IMutable<T> : Game.UI.Widgets.IWidget, Colossal.UI.Binding.IJsonWritable
{
    public abstract T GetValue();
}

Methods

  • public abstract GetValue() : T
public abstract T GetValue();