Table of Contents

Class EnumerationExtensions

Namespace
CMS.Plugin.MesSuite.Abstractions.Enums
Assembly
CMS.Plugin.MesSuite.Abstractions.dll

枚举类

public static class EnumerationExtensions
Inheritance
EnumerationExtensions
Inherited Members

Methods

Clone<T>(T)

Clones the specified other.

public static T Clone<T>(this T other) where T : Enumeration<int>, new()

Parameters

other T

The other.

Returns

T

Type Parameters

T

Copy<T>(Enumeration<int>)

Clones the specified other.

public static T Copy<T>(this Enumeration<int> other) where T : Enumeration<int>, new()

Parameters

other Enumeration<int>

The other.

Returns

T

Type Parameters

T