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

Instance() public méthode

Creates a new instance with the given S-Table.
public Instance ( SharedTable STable ) : System
STable SharedTable
Résultat System
            public Instance(SharedTable STable)
            {
                this.STable = STable;
            }
RakudoCodeRef.Instance