コード例 #1
0
ファイル: TextRecordBase.cs プロジェクト: BLun78/DnsProxy
 internal override string RecordDataToString()
 {
     return(String.Join(" ", TextParts.Select(x => "\"" + x.ToMasterfileLabelRepresentation() + "\"")));
 }