Blockcore.Base.Deployments.BuriedDeploymentsArray.this C# (CSharp) Method

this() public method

public this ( BuriedDeployments index ) : int
index BuriedDeployments
return int
        public int this[BuriedDeployments index]
        {
            get => this.heights[(int)index];
            set => this.heights[(int)index] = value;
BuriedDeploymentsArray