Class EmumExtensions
Inheritance
System.Object
EmumExtensions
Assembly: Xrpl.dll
Syntax
public static class EmumExtensions : object
Methods
|
Improve this Doc
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
|
Improve this Doc
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 |
| System.String |
|
Type Parameters