C# Class Oxide.SymbolMapParser.Program.Value

Mostrar archivo Open project: OxideMod/OxideNative

Public Properties

Property Type Description
Key string
RVA ulong

Public Methods

Method Description
Value ( string key, ulong rva ) : System

Method Details

Value() public method

public Value ( string key, ulong rva ) : System
key string
rva ulong
return System

Property Details

Key public_oe property

public string Key
return string

RVA public_oe property

public ulong RVA
return ulong