<Code Lib>
2025 Constructor
Changes 0
C

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.

public GuidEnum(
	Guid guid
)

  • guid
    The GUID of this GUID-based enum.

Loading…