Interface IGuidGenerator
Represents a Guid generator that creates sequential guids.
Namespace: IRM
Assembly: IRM.dll
Syntax
public interface IGuidGenerator
Methods
NewSequentialGuid()
Creates a new sequential System.Guid.
Declaration
Guid NewSequentialGuid()
Returns
System.Guid
A System.Guid. |