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

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

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