TUP.AsmResolver.ASM.InstructionCollection.First C# (CSharp) Method

First() public method

Gets the first instruction of the collection.
public First ( ) : x86Instruction
return x86Instruction
        public x86Instruction First()
        {
            return (x86Instruction)List[0];
        }