Exemple #1
0
 // Token: 0x06001FF8 RID: 8184 RVA: 0x00095969 File Offset: 0x00093B69
 public override string ToString()
 {
     return(string.Format(CultureInfo.InvariantCulture, "{0} typeId={1}", new object[]
     {
         this.RecordType,
         BamlRecord.GetTypeName((int)this.TypeId)
     }));
 }
 // Token: 0x060020AD RID: 8365 RVA: 0x00096860 File Offset: 0x00094A60
 public override string ToString()
 {
     return(string.Format(CultureInfo.InvariantCulture, "{0} owner={1} attr({2}) is '{3}'", new object[]
     {
         this.RecordType,
         BamlRecord.GetTypeName((int)this.OwnerTypeId),
         this.AttributeId,
         this._name
     }));
 }