示例#1
0
 // Token: 0x06001A1E RID: 6686 RVA: 0x000974E0 File Offset: 0x000956E0
 internal Detail(Strings.IDs newName, string newValue, bool shouldIndent)
 {
     this        = new AboutDetails.Detail(newName, newValue);
     this.indent = shouldIndent;
 }
示例#2
0
 // Token: 0x06001A1D RID: 6685 RVA: 0x000974CF File Offset: 0x000956CF
 internal Detail(Strings.IDs newName, string newValue, string spanId)
 {
     this        = new AboutDetails.Detail(newName, newValue);
     this.spanId = spanId;
 }