Class TagModel
public class TagModel
- Inheritance
-
TagModel
- Inherited Members
Constructors
TagModel(string, string)
public TagModel(string key, string value)
Parameters
Properties
Commands
public ObservableCollection<EditorCommand> Commands { get; }
Property Value
Key
public string Key { get; }
Property Value
Value
public string Value { get; }