Battle_Script_Pro.Form1.DecompileByteParameter C# (CSharp) Метод

DecompileByteParameter() приватный Метод

private DecompileByteParameter ( int offset, byte rom ) : byte
offset int
rom byte
Результат byte
        private byte DecompileByteParameter(int offset, byte[] rom)
        {
            return rom[offset];
        }
Form1