コード例 #1
0
 protected FormatHelper(TextTransformation textTransformation)
 {
     textTransformation.ThrowIfNull(() => new ArgumentNullException("textTransformation"));
     _tt = textTransformation;
 }