C64Lib.Memory.Base.RamBase.NewBytePointer C# (CSharp) Метод

NewBytePointer() публичный Метод

public NewBytePointer ( int address ) : RamBytePointer
address int
Результат RamBytePointer
        public RamBytePointer NewBytePointer(int address)
        {
            return new RamBytePointer(this, address);
        }