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

Range() public méthode

public Range ( ) : System.Collections.Generic
Résultat System.Collections.Generic
        public Range()
            : base(SystemTypes.Int32, null)
        {
            this.NodeType = (NodeType)ZingNodeType.Range;
            this.Flags = TypeFlags.Public | TypeFlags.Sealed;
        }

Same methods

Range::Range ( System.Compiler.Expression min, System.Compiler.Expression max ) : System.Collections.Generic
Range