System.ReadMemoryEventArgs.ReadMemoryEventArgs C# (CSharp) Méthode

ReadMemoryEventArgs() public méthode

public ReadMemoryEventArgs ( UInt32 address, Byte data )
address UInt32
data Byte
                    public ReadMemoryEventArgs(UInt32 address, Byte[] data)
                    {
                        this.address = address;
                        this.data = data;
                    }
                }
ReadMemoryEventArgs