C# Class Rakudo.Metamodel.RakudoObject

The commonalities of every object.
Exibir arquivo Open project: jnthn/6model Class Usage Examples

Public Properties

Property Type Description
SC SerializationContext
STable SharedTable

Property Details

SC public_oe property

The serialization context this object belongs to.
public SerializationContext SC
return SerializationContext

STable public_oe property

Every object must have a way to refer to the shared table, which contains the commonalities this object has.
public SharedTable,Rakudo.Metamodel STable
return SharedTable