C# Class SequentialGuid, extensions

A safe managed sequential GUID generator (or Comb) that improves performance of GUID-style identifiers used in persistence.
Afficher le fichier Open project: netfx/extensions Class Usage Examples

Méthodes publiques

Méthode Description
NewGuid ( ) : System.Guid

Creates a new sequential guid.

Method Details

NewGuid() public static méthode

Creates a new sequential guid.
public static NewGuid ( ) : System.Guid
Résultat System.Guid