C# Class Rakudo.Metamodel.Representations.P6list.Instance

Inheritance: RakudoObject
Afficher le fichier Open project: jnthn/6model

Méthodes publiques

Свойство Type Description
Storage List

Méthodes publiques

Méthode Description
Instance ( SharedTable STable ) : System

Method Details

Instance() public méthode

public Instance ( SharedTable STable ) : System
STable SharedTable
Résultat System

Property Details

Storage public_oe property

Just use a .Net List at the moment, but an array would be more efficient in the long run (though give us more stuff to implement ourselves).
public List Storage
Résultat List