Ejemplo n.º 1
0
 /// <summary>Creates compiland record for this symbol with the supplied suffix.</summary>
 /// <param name="suffix">The suffix to use.</param>
 /// <returns>The new compiland record with suffix.</returns>
 public CompilandRecord CreateCompilandRecordWithSuffix(string suffix)
 {
     return(CompilandRecord.CreateSanitized(this.Name, this.Lib, suffix));
 }
Ejemplo n.º 2
0
 /// <summary>Gets compiland record for this symbol.</summary>
 /// <returns>The compiland record for this symbol.</returns>
 public CompilandRecord CreateCompilandRecord()
 {
     return(CompilandRecord.CreateSanitized(this.Name, this.Lib));
 }