示例#1
0
 public int this[BuriedDeployments index]
 {
     get
     {
         return(_Heights[(int)index]);
     }
     set
     {
         _Parent.EnsureNotFrozen();
         _Heights[(int)index] = value;
     }
 }
示例#2
0
 public int this[BuriedDeployments index]
 {
     get { return(this.heights[(int)index]); }
     set { this.heights[(int)index] = value; }
 }
示例#3
0
 public int this[BuriedDeployments index]
 {
     get => this.heights[(int)index];