Show / Hide Table of Contents

Class Enumeration<T>

Inheritance
object
Enumeration<T>
SerializedEnumeration<TEnum, TOrd>
Namespace: Xrpl.BinaryCodec.Enums
Assembly: Xrpl.BinaryCodec.dll
Syntax
public class Enumeration<T> where T : EnumItem
Type Parameters
Name Description
T

Properties

| Edit this page View Source

this[int]

Declaration
public T this[int name] { get; set; }
Parameters
Type Name Description
int name
Property Value
Type Description
T
| Edit this page View Source

this[string]

Declaration
public T this[string name] { get; set; }
Parameters
Type Name Description
string name
Property Value
Type Description
T

Methods

| Edit this page View Source

AddEnum(T)

Declaration
public virtual T AddEnum(T T)
Parameters
Type Name Description
T T
Returns
Type Description
T
| 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
Type Description
bool
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX