[Missing <summary> documentation for "M:Bespoke.Common.Library.GetEnumMaxValue(System.Type)"]

Namespace:  Bespoke.Common
Assembly:  Bespoke.Common (in Bespoke.Common.dll) Version: 4.3.0.0 (4.3.0.0)

Syntax

C#
public static int GetEnumMaxValue(
	Type enumType
)
Visual Basic (Declaration)
Public Shared Function GetEnumMaxValue ( _
	enumType As Type _
) As Integer
Visual C++
public:
static int GetEnumMaxValue(
	Type^ enumType
)

Parameters

enumType
Type: System..::.Type

[Missing <param name="enumType"/> documentation for "M:Bespoke.Common.Library.GetEnumMaxValue(System.Type)"]

Return Value

[Missing <returns> documentation for "M:Bespoke.Common.Library.GetEnumMaxValue(System.Type)"]

See Also