Gets the Guid for the given type if possible.
You can check if a type has a Guid with a is(__uuidof!T) expression.
See Implementation
Gets the Guid for the given type if possible.
You can check if a type has a Guid with a is(__uuidof!T) expression.