Class Enumeration<T>
Inheritance
object
Enumeration<T>
Assembly: Xrpl.BinaryCodec.dll
Syntax
public class Enumeration<T> where T : EnumItem
Type Parameters
Properties
|
Edit this page
View Source
this[int]
Declaration
public T this[int name] { get; set; }
Parameters
| Type |
Name |
Description |
| int |
name |
|
Property Value
|
Edit this page
View Source
this[string]
Declaration
public T this[string name] { get; set; }
Parameters
| Type |
Name |
Description |
| string |
name |
|
Property Value
Methods
|
Edit this page
View Source
AddEnum(T)
Declaration
public virtual T AddEnum(T T)
Parameters
| Type |
Name |
Description |
| T |
T |
|
Returns
|
Edit this page
View Source
GetEnumerator()
Declaration
public IEnumerator<T> GetEnumerator()
Returns
| Type |
Description |
| IEnumerator<T> |
|
|
Edit this page
View Source
Has(string)
Declaration
public bool Has(string key)
Parameters
| Type |
Name |
Description |
| string |
key |
|
Returns