System.Data.AutoIncrementInt64.MoveAfter C# (CSharp) Méthode

MoveAfter() private méthode

private MoveAfter ( ) : void
Résultat void
        internal override void MoveAfter()
        {
            _current = unchecked(_current + _step);
        }