C# Class FFXIVAPP.Memory.Core.Enums.Enumeration

Show file Open project: Icehunter/ffxivapp-memory Class Usage Examples

Public Methods

Method Description
Enumeration ( byte>.ConcurrentDictionary dictionary ) : System.Collections.Concurrent
this ( string key ) : byte
this ( byte key ) : string

Method Details

Enumeration() public method

public Enumeration ( byte>.ConcurrentDictionary dictionary ) : System.Collections.Concurrent
dictionary byte>.ConcurrentDictionary
return System.Collections.Concurrent

this() public method

public this ( string key ) : byte
key string
return byte

this() public method

public this ( byte key ) : string
key byte
return string