Given an id, this indexer returns the corresponding enumeration name.
Given an id, this indexer returns the corresponding enumeration name.
public string this[int] {get;}
Given a name, this indexer returns the corresponding enumeration id.
public int this[string] {get;}
MantisEnum Class | Futureware.MantisConnect Namespace