Rakudo.Metamodel.Representations.RakudoCodeRef.Instance.Instance C# (CSharp) Method

Instance() public method

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