Save(Stream, Boolean, Boolean, String) | Saves the IExpandoResourceSet to the specified stream. If the current IExpandoResourceSet instance represents a hybrid resource set, saves the expando-part (.resx content) only. |
Save(String, Boolean, Boolean, String) | Saves the IExpandoResourceSet to the specified file. If the current IExpandoResourceSet instance represents a hybrid resource set, saves the expando-part (.resx content) only. |
Save(TextWriter, Boolean, Boolean, String) | Saves the IExpandoResourceSet by the specified textWriter. If the current IExpandoResourceSet instance represents a hybrid resource set, saves the expando-part (.resx content) only. |