TUP.AsmResolver.ASM.InstructionCollection.Last C# (CSharp) Méthode

Last() public méthode

Gets the last instruction of the collection.
public Last ( ) : x86Instruction
Résultat x86Instruction
        public x86Instruction Last()
        {
            return (x86Instruction)List[List.Count - 1];
        }