GuidEnum
Description:
Creates an Guid-based enum instance with the supplied name and GUID. GUID-based enum instance can be compared by this guid value.
Creates an Guid-based enum instance with the supplied name and GUID. GUID-based enum instance can be compared by this guid value.
public GuidEnum(
Guid guid
)
-
GuidguidThe GUID of this GUID-based enum.