コード例 #1
0
 /// <inheritdoc />
 public Tree GetByAlias(string treeAlias) => _treeCollection.FirstOrDefault(x => x.TreeAlias == treeAlias);