IKVM.Internal.ClassFile.Method.Instruction.SetTargetIndex C# (CSharp) Method

SetTargetIndex() private method

private SetTargetIndex ( int targetIndex ) : void
targetIndex int
return void
                internal void SetTargetIndex(int targetIndex)
                {
                    this.arg1 = targetIndex;
                }