Class LiveContext<T>
public sealed class LiveContext<T> where T : class
Type Parameters
T
- Inheritance
-
LiveContext<T>
- Inherited Members
Properties
Name
public string Name { get; }
Property Value
Settings
public LiveSettingStore Settings { get; }
Property Value
Value
public T Value { get; }
Property Value
- T