C# Class System.Data.AutoIncrementBigInteger

the auto stepped value with BigInteger representation
Inheritance: AutoIncrementValue
Afficher le fichier Open project: dotnet/corefx

Private Properties

Свойство Type Description
BoundaryCheck bool
MoveAfter void
SetCurrent void
SetCurrentAndIncrement void

Private Methods

Méthode Description
BoundaryCheck ( System.Numerics.BigInteger value ) : bool
MoveAfter ( ) : void
SetCurrent ( object value, IFormatProvider formatProvider ) : void
SetCurrentAndIncrement ( object value ) : void