PERWAPI.CILByte.GetDeltaDistance C# (CSharp) Метод

GetDeltaDistance() приватный Метод

Get the delta distance for this instruction.
The delta distance is the resulting difference of items left on the stack after calling this instruction.
private GetDeltaDistance ( ) : int
Результат int
        internal override int GetDeltaDistance()
        {
            return 0;
        }