Method Store
Store(IDictionary<String, String>, Stream, String)
Stores the mappings in this Properties to the specified
Declaration
public static void Store(this IDictionary<string, string> dict, Stream output, string comments)
Parameters
Type | Name | Description |
---|---|---|
IDictionary<System.String, System.String> | dict | This dictionary. |
Stream | output | The output |
System.String | comments | The comments to put at the beginning. |