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

get_str() public méthode

public get_str ( ThreadContext TC, RakudoObject Object ) : string
TC Rakudo.Runtime.ThreadContext
Object RakudoObject
Résultat string
        public override string get_str(ThreadContext TC, RakudoObject Object)
        {
            throw new InvalidOperationException("This type of representation cannot unbox to a native string");
        }