Table of Contents

Method IsMaxValueUseLast

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

IsMaxValueUseLast<T>(T)

Gets whether the specified enum value is the largest. This method uses last enum element to gets maximum value of the enum.

public static bool IsMaxValueUseLast<T>(T value) where T : struct, Enum

Parameters

value T

Value to check.

Returns

bool

Type Parameters

T