Show / Hide Table of Contents

Class EnumExtensions

Inheritance
object
EnumExtensions
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Common.Utilities
Assembly: DotNetNuke.dll
Syntax
public static class EnumExtensions

Methods

ToKeyValuePairs(Enum)

Declaration
public static List<KeyValuePair<int, string>> ToKeyValuePairs(this Enum enumType)
Parameters
Type Name Description
Enum enumType
Returns
Type Description
List<KeyValuePair<int, string>>
Back to top by the community, for the community... #DNNCMS