Rakudo.Metamodel.Representations.RakudoCodeRef.get_int C# (CSharp) Метод

get_int() публичный Метод

public get_int ( ThreadContext TC, RakudoObject Object ) : int
TC Rakudo.Runtime.ThreadContext
Object RakudoObject
Результат int
        public override int get_int(ThreadContext TC, RakudoObject Object)
        {
            throw new InvalidOperationException("This type of representation cannot unbox to a native int");
        }