PERWAPI.CILInstruction.GetDeltaDistance C# (CSharp) Method

GetDeltaDistance() abstract private method

Get the delta distance for this instruction.
The delta distance is the resulting difference of items left on the stack after calling this instruction.
abstract private GetDeltaDistance ( ) : int
return int
        internal abstract int GetDeltaDistance();