예제 #1
0
 internal Enumerator(SingleItemCollection <T> parent) =>
 this.parent = parent;
예제 #2
0
 public ModuleSchemaViewModel(ModuleSchema model) : base(model)
 {
     Root         = SingleItemCollection.Of(new TreeNodeViewModel(model.LogicalRoot));
     SelectedNode = Root[0];
 }