Method | Description | |
---|---|---|
Default ( object seed ) : System.Guid |
Default GUID generation algorithm.
|
|
Sequential ( object seed ) : System.Guid |
Returns sequentially incremented GUID. The specified seed is ignored. Every consecutive call to this method will increase the last returned GUID by 1 and return its value.
|
public static Default ( object seed ) : System.Guid | ||
seed | object | The seed. |
return | System.Guid |
public static Sequential ( object seed ) : System.Guid | ||
seed | object | The seed. |
return | System.Guid |