Show / Hide Table of Contents

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.

Extension Methods

ObjectExtensions.DeepClone<T>(T)
AnnotationsExtensions.IsValid(Object)
Back to top Generated by DocFX