McSherry.SemanticVersioning.Monotonic.MonotonicVersioner.MonotonicVersioner C# (CSharp) Метод

MonotonicVersioner() публичный Метод

Creates a new MonotonicVersioner instance.

The Compatibility number sequence produced by an instance which was created using this constructor starts at one. If a zero-based sequence is required, use MonotonicVersioner(bool).
public MonotonicVersioner ( ) : System
Результат System
        public MonotonicVersioner()
            : this(startAtOne: true)
        {

        }
        /// <summary>

Same methods

MonotonicVersioner::MonotonicVersioner ( IEnumerable chronology ) : System
MonotonicVersioner::MonotonicVersioner ( bool startAtOne ) : System
MonotonicVersioner::MonotonicVersioner ( bool startAtOne, IEnumerable metadata ) : System