Ejemplo n.º 1
0
 public static StreamWriter Write([NotNull] this StreamWriter thisValue, DictionaryEntry pair, [NotNull] string format)
 {
     thisValue.Write(pair.Format(format));
     return(thisValue);
 }