ABT.IncompleteArrayType.Complete C# (CSharp) Method

Complete() public method

public Complete ( Int32 numElems ) : ExprType
numElems System.Int32
return ExprType
        public ExprType Complete(Int32 numElems) => new ArrayType(this.ElemType, numElems);