C# Class CqlSharp.Logging.FastGuid

Faster way to create GUIDs at the cost of loss of some randomness
Afficher le fichier Open project: reuzel/CqlSharp

Méthodes publiques

Méthode Description
NewGuid ( ) : System.Guid

Creates a new unique identifier.

Private Methods

Méthode Description
FastGuid ( ) : System

Initializes the FastGuid class with the information of single Guid.

Method Details

NewGuid() public static méthode

Creates a new unique identifier.
public static NewGuid ( ) : System.Guid
Résultat System.Guid