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

SetTargetIndex() private méthode

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