MantisConnect 1.0a2

MantisEnum.Item Property

Given an id, this indexer returns the corresponding enumeration name.

Overload List

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;}

See Also

MantisEnum Class | Futureware.MantisConnect Namespace