Exemplo n.º 1
0
 public PyString(StringTableUtils.EntryList entry)
 {
     this.Value = StringTableUtils.Entries[(int)entry];
     this.IsStringTableEntry    = true;
     this.StringTableEntryIndex = entry;
 }
Exemplo n.º 2
0
 public PyString(StringTableUtils.EntryList entry) : base(PyObjectType.String)
 {
     this.Value = StringTableUtils.Entries[(int)entry];
     this.IsStringTableEntry    = true;
     this.StringTableEntryIndex = entry;
 }