Microsoft.Zing.ZArray.ZArray C# (CSharp) Méthode

ZArray() public méthode

public ZArray ( ) : System.Collections.Generic
Résultat System.Collections.Generic
        public ZArray()
        {
            this.NodeType = (NodeType)ZingNodeType.Array;
            this.domainType = SystemTypes.Int32;
            this.Rank = 1;
            this.LowerBounds = new int[] { 0 };
        }

Same methods

ZArray::ZArray ( System.Compiler.TypeNode elementType, int sizes ) : System.Collections.Generic
ZArray