Show / Hide Table of Contents

Class EmumExtensions

Inheritance
object
EmumExtensions
Namespace: Xrpl.Client.Extensions
Assembly: Xrpl.dll
Syntax
public static class EmumExtensions

Methods

| Edit this page View Source

DecodeFlags<T>(T)

Declaration
public static IEnumerable<T> DecodeFlags<T>(this T e) where T : Enum
Parameters
Type Name Description
T e
Returns
Type Description
IEnumerable<T>
Type Parameters
Name Description
T
| Edit this page View Source

FlagsValues<T>(T)

Declaration
public static string FlagsValues<T>(this T Flags) where T : Enum
Parameters
Type Name Description
T Flags
Returns
Type Description
string
Type Parameters
Name Description
T
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX