コード例 #1
0
 public void C5_SortedArray() => _ = new C5.SortedArray <Int32>(32);
コード例 #2
0
 /// <inheritdoc />
 public Stack()
 {
     _elements   = new C5.SortedArray <GuiElement>(new FrameIndexComparer(this));
     Orientation = FlowDirection.Vertical;
 }