C# Класс Rakudo.Metamodel.Representations.P6opaque.Instance

This is what an instance of a P6opaque looks like. The SlotStorage is an array where we'll store most attributes, so we can look them up by index. There's also an unallocated spill-over store for any attributes that are added through augment, or in MI cases.
Наследование: RakudoObject
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
SlotStorage RakudoObject[]
SpillStorage Dictionary>

Открытые методы

Метод Описание
Instance ( SharedTable STable ) : System

Описание методов

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

public Instance ( SharedTable STable ) : System
STable SharedTable
Результат System

Описание свойств

SlotStorage публичное свойство

public RakudoObject[] SlotStorage
Результат RakudoObject[]

SpillStorage публичное свойство

public Dictionary> SpillStorage
Результат Dictionary>