namespace System.Xml.XmlConfiguration
{
[EditorBrowsable(EditorBrowsableState.Never)]
public sealed class XmlReaderSection : ConfigurationSection
{
[ConfigurationProperty("CollapseWhiteSpaceIntoEmptyString", DefaultValue = "false")]
public string CollapseWhiteSpaceIntoEmptyStringString { get; set; }
}
}
Assembly | System.Xml , Version=4.0.0.0, PublicKeyToken=b77a5c561934e089 |
---|---|
Help | Documentation |
.NET Framework | 4.7.14.7.24.84.8.1 |
Xamarin Android | 0.0 |
Xamarin iOS | 0.0 |
Xamarin macOS | 0.0 |
Xamarin tvOS | 0.0 |
Xamarin watchOS | 0.0 |
OS Platforms | The selected framework does not have platform annotations. |