Пример #1
0
 public IEnumerable <EditorCommand> GetCommands()
 => FocusedEditor?.GetCommands() ?? EmptyArray <EditorCommand> .Instance;
Пример #2
0
 public IEnumerable <EditorCommand> GetCommands()
 => FocusedEditor?.GetCommands() ?? Array.Empty <EditorCommand> ();