Is it possible to declare a constant Guid in C#?
I understand that I can declare a static readonly Guid, but is there a syntax that allows me to write
static readonly Guid
Declare it as static readonly Guid rather than const Guid
const Guid