Class EmumExtensions
Inheritance
object
EmumExtensions
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
|
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 Parameters