C# Class Rakudo.Metamodel.RakudoObject

The commonalities of every object.
Afficher le fichier Open project: jnthn/6model Class Usage Examples

Méthodes publiques

Свойство Type Description
SC SerializationContext
STable SharedTable

Property Details

SC public_oe property

The serialization context this object belongs to.
public SerializationContext SC
Résultat 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
Résultat SharedTable