Namespace: DeltaEngine.Editor.InputEditorAssembly: DeltaEngine.Editor.InputEditor (in DeltaEngine.Editor.InputEditor.dll) Version: 1.1.1.0 (1.1.1)
public ObservableCollection<string> CommandList { get; }
public ObservableCollection<string> CommandList { get; }
Public ReadOnly Property CommandList As ObservableCollection(Of String)
Get
Public ReadOnly Property CommandList As ObservableCollection(Of String)
Get
public:
property ObservableCollection<String^>^ CommandList {
ObservableCollection<String^>^ get ();
}
public:
property ObservableCollection<String^>^ CommandList {
ObservableCollection<String^>^ get ();
}
member CommandList : ObservableCollection<string> with get
member CommandList : ObservableCollection<string> with get
Property Value
Type:
ObservableCollection String