CSPspEmu.Core.Cpu.InstructionArrayReader.InstructionArrayReader C# (CSharp) Метод

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

public InstructionArrayReader ( IArray Instructions ) : System.IO
Instructions IArray
Результат System.IO
        public InstructionArrayReader(IArray<Instruction> Instructions)
        {
            this.Instructions = Instructions;
        }
InstructionArrayReader