Rakudo.Metamodel.Representations.RakudoCodeRef.set_int C# (CSharp) Méthode

set_int() public méthode

public set_int ( ThreadContext TC, RakudoObject Object, int Value ) : void
TC Rakudo.Runtime.ThreadContext
Object RakudoObject
Value int
Résultat void
        public override void set_int(ThreadContext TC, RakudoObject Object, int Value)
        {
            throw new InvalidOperationException("This type of representation cannot box a native int");
        }