1 // Licensed to the .NET Foundation under one or more agreements.
2 // The .NET Foundation licenses this file to you under the MIT license.
3 // See the LICENSE file in the project root for more information.
4 
5 [assembly:System.Reflection.AssemblyVersionAttribute("2.0.5.0")]
6 [assembly:System.CLSCompliantAttribute(true)]
7 [assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
8 [assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")]
9 [assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
10 [assembly:System.Reflection.AssemblyDefaultAliasAttribute("System.Runtime.Serialization.dll")]
11 [assembly:System.Reflection.AssemblyDescriptionAttribute("System.Runtime.Serialization.dll")]
12 [assembly:System.Reflection.AssemblyFileVersionAttribute("4.0.50524.0")]
13 [assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.0.50524.0")]
14 [assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
15 [assembly:System.Reflection.AssemblyTitleAttribute("System.Runtime.Serialization.dll")]
16 [assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
17 [assembly:System.Resources.SatelliteContractVersionAttribute("2.0.5.0")]
18 [assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
19 [assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
20 [assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
21 [assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
22 namespace System.Runtime.Serialization
23 {
24     [System.AttributeUsageAttribute((System.AttributeTargets)(12), Inherited=false, AllowMultiple=false)]
25     public sealed partial class CollectionDataContractAttribute : System.Attribute
26     {
CollectionDataContractAttribute()27         public CollectionDataContractAttribute() { }
28         public bool IsItemNameSetExplicitly { get { throw null; } }
29         public bool IsKeyNameSetExplicitly { get { throw null; } }
30         public bool IsNameSetExplicitly { get { throw null; } }
31         public bool IsNamespaceSetExplicitly { get { throw null; } }
32         public bool IsReference { get { throw null; } set { } }
33         public bool IsReferenceSetExplicitly { get { throw null; } }
34         public bool IsValueNameSetExplicitly { get { throw null; } }
35         public string ItemName { get { throw null; } set { } }
36         public string KeyName { get { throw null; } set { } }
37         public string Name { get { throw null; } set { } }
38         public string Namespace { get { throw null; } set { } }
39         public string ValueName { get { throw null; } set { } }
40     }
41     [System.AttributeUsageAttribute((System.AttributeTargets)(3), Inherited=false, AllowMultiple=true)]
42     public sealed partial class ContractNamespaceAttribute : System.Attribute
43     {
ContractNamespaceAttribute(string contractNamespace)44         public ContractNamespaceAttribute(string contractNamespace) { }
45         public string ClrNamespace { get { throw null; } set { } }
46         public string ContractNamespace { get { throw null; } }
47     }
48     [System.AttributeUsageAttribute((System.AttributeTargets)(28), Inherited=false, AllowMultiple=false)]
49     public sealed partial class DataContractAttribute : System.Attribute
50     {
DataContractAttribute()51         public DataContractAttribute() { }
52         public bool IsNameSetExplicitly { get { throw null; } }
53         public bool IsNamespaceSetExplicitly { get { throw null; } }
54         public bool IsReference { get { throw null; } set { } }
55         public bool IsReferenceSetExplicitly { get { throw null; } }
56         public string Name { get { throw null; } set { } }
57         public string Namespace { get { throw null; } set { } }
58     }
59     public abstract partial class DataContractResolver
60     {
DataContractResolver()61         protected DataContractResolver() { }
ResolveName(string typeName, string typeNamespace, System.Type declaredType, System.Runtime.Serialization.DataContractResolver knownTypeResolver)62         public abstract System.Type ResolveName(string typeName, string typeNamespace, System.Type declaredType, System.Runtime.Serialization.DataContractResolver knownTypeResolver);
TryResolveType(System.Type type, System.Type declaredType, System.Runtime.Serialization.DataContractResolver knownTypeResolver, out System.Xml.XmlDictionaryString typeName, out System.Xml.XmlDictionaryString typeNamespace)63         public abstract bool TryResolveType(System.Type type, System.Type declaredType, System.Runtime.Serialization.DataContractResolver knownTypeResolver, out System.Xml.XmlDictionaryString typeName, out System.Xml.XmlDictionaryString typeNamespace);
64     }
65     public sealed partial class DataContractSerializer : System.Runtime.Serialization.XmlObjectSerializer
66     {
DataContractSerializer(System.Type type)67         public DataContractSerializer(System.Type type) { }
DataContractSerializer(System.Type type, System.Collections.Generic.IEnumerable<System.Type> knownTypes)68         public DataContractSerializer(System.Type type, System.Collections.Generic.IEnumerable<System.Type> knownTypes) { }
DataContractSerializer(System.Type type, System.Collections.Generic.IEnumerable<System.Type> knownTypes, int maxItemsInObjectGraph, bool ignoreExtensionDataObject, bool preserveObjectReferences, System.Runtime.Serialization.IDataContractSurrogate dataContractSurrogate)69         public DataContractSerializer(System.Type type, System.Collections.Generic.IEnumerable<System.Type> knownTypes, int maxItemsInObjectGraph, bool ignoreExtensionDataObject, bool preserveObjectReferences, System.Runtime.Serialization.IDataContractSurrogate dataContractSurrogate) { }
DataContractSerializer(System.Type type, System.Collections.Generic.IEnumerable<System.Type> knownTypes, int maxItemsInObjectGraph, bool ignoreExtensionDataObject, bool preserveObjectReferences, System.Runtime.Serialization.IDataContractSurrogate dataContractSurrogate, System.Runtime.Serialization.DataContractResolver dataContractResolver)70         public DataContractSerializer(System.Type type, System.Collections.Generic.IEnumerable<System.Type> knownTypes, int maxItemsInObjectGraph, bool ignoreExtensionDataObject, bool preserveObjectReferences, System.Runtime.Serialization.IDataContractSurrogate dataContractSurrogate, System.Runtime.Serialization.DataContractResolver dataContractResolver) { }
DataContractSerializer(System.Type type, System.Runtime.Serialization.DataContractSerializerSettings settings)71         public DataContractSerializer(System.Type type, System.Runtime.Serialization.DataContractSerializerSettings settings) { }
DataContractSerializer(System.Type type, string rootName, string rootNamespace)72         public DataContractSerializer(System.Type type, string rootName, string rootNamespace) { }
DataContractSerializer(System.Type type, string rootName, string rootNamespace, System.Collections.Generic.IEnumerable<System.Type> knownTypes)73         public DataContractSerializer(System.Type type, string rootName, string rootNamespace, System.Collections.Generic.IEnumerable<System.Type> knownTypes) { }
DataContractSerializer(System.Type type, string rootName, string rootNamespace, System.Collections.Generic.IEnumerable<System.Type> knownTypes, int maxItemsInObjectGraph, bool ignoreExtensionDataObject, bool preserveObjectReferences, System.Runtime.Serialization.IDataContractSurrogate dataContractSurrogate)74         public DataContractSerializer(System.Type type, string rootName, string rootNamespace, System.Collections.Generic.IEnumerable<System.Type> knownTypes, int maxItemsInObjectGraph, bool ignoreExtensionDataObject, bool preserveObjectReferences, System.Runtime.Serialization.IDataContractSurrogate dataContractSurrogate) { }
DataContractSerializer(System.Type type, string rootName, string rootNamespace, System.Collections.Generic.IEnumerable<System.Type> knownTypes, int maxItemsInObjectGraph, bool ignoreExtensionDataObject, bool preserveObjectReferences, System.Runtime.Serialization.IDataContractSurrogate dataContractSurrogate, System.Runtime.Serialization.DataContractResolver dataContractResolver)75         public DataContractSerializer(System.Type type, string rootName, string rootNamespace, System.Collections.Generic.IEnumerable<System.Type> knownTypes, int maxItemsInObjectGraph, bool ignoreExtensionDataObject, bool preserveObjectReferences, System.Runtime.Serialization.IDataContractSurrogate dataContractSurrogate, System.Runtime.Serialization.DataContractResolver dataContractResolver) { }
DataContractSerializer(System.Type type, System.Xml.XmlDictionaryString rootName, System.Xml.XmlDictionaryString rootNamespace)76         public DataContractSerializer(System.Type type, System.Xml.XmlDictionaryString rootName, System.Xml.XmlDictionaryString rootNamespace) { }
DataContractSerializer(System.Type type, System.Xml.XmlDictionaryString rootName, System.Xml.XmlDictionaryString rootNamespace, System.Collections.Generic.IEnumerable<System.Type> knownTypes)77         public DataContractSerializer(System.Type type, System.Xml.XmlDictionaryString rootName, System.Xml.XmlDictionaryString rootNamespace, System.Collections.Generic.IEnumerable<System.Type> knownTypes) { }
DataContractSerializer(System.Type type, System.Xml.XmlDictionaryString rootName, System.Xml.XmlDictionaryString rootNamespace, System.Collections.Generic.IEnumerable<System.Type> knownTypes, int maxItemsInObjectGraph, bool ignoreExtensionDataObject, bool preserveObjectReferences, System.Runtime.Serialization.IDataContractSurrogate dataContractSurrogate)78         public DataContractSerializer(System.Type type, System.Xml.XmlDictionaryString rootName, System.Xml.XmlDictionaryString rootNamespace, System.Collections.Generic.IEnumerable<System.Type> knownTypes, int maxItemsInObjectGraph, bool ignoreExtensionDataObject, bool preserveObjectReferences, System.Runtime.Serialization.IDataContractSurrogate dataContractSurrogate) { }
DataContractSerializer(System.Type type, System.Xml.XmlDictionaryString rootName, System.Xml.XmlDictionaryString rootNamespace, System.Collections.Generic.IEnumerable<System.Type> knownTypes, int maxItemsInObjectGraph, bool ignoreExtensionDataObject, bool preserveObjectReferences, System.Runtime.Serialization.IDataContractSurrogate dataContractSurrogate, System.Runtime.Serialization.DataContractResolver dataContractResolver)79         public DataContractSerializer(System.Type type, System.Xml.XmlDictionaryString rootName, System.Xml.XmlDictionaryString rootNamespace, System.Collections.Generic.IEnumerable<System.Type> knownTypes, int maxItemsInObjectGraph, bool ignoreExtensionDataObject, bool preserveObjectReferences, System.Runtime.Serialization.IDataContractSurrogate dataContractSurrogate, System.Runtime.Serialization.DataContractResolver dataContractResolver) { }
80         public System.Runtime.Serialization.DataContractResolver DataContractResolver { get { throw null; } }
81         public System.Runtime.Serialization.IDataContractSurrogate DataContractSurrogate { get { throw null; } }
82         public bool IgnoreExtensionDataObject { get { throw null; } }
83         public System.Collections.ObjectModel.ReadOnlyCollection<System.Type> KnownTypes { get { throw null; } }
84         public int MaxItemsInObjectGraph { get { throw null; } }
85         public bool PreserveObjectReferences { get { throw null; } }
86         public bool SerializeReadOnlyTypes { get { throw null; } }
IsStartObject(System.Xml.XmlDictionaryReader reader)87         public override bool IsStartObject(System.Xml.XmlDictionaryReader reader) { throw null; }
IsStartObject(System.Xml.XmlReader reader)88         public override bool IsStartObject(System.Xml.XmlReader reader) { throw null; }
ReadObject(System.Xml.XmlDictionaryReader reader, bool verifyObjectName)89         public override object ReadObject(System.Xml.XmlDictionaryReader reader, bool verifyObjectName) { throw null; }
ReadObject(System.Xml.XmlDictionaryReader reader, bool verifyObjectName, System.Runtime.Serialization.DataContractResolver dataContractResolver)90         public object ReadObject(System.Xml.XmlDictionaryReader reader, bool verifyObjectName, System.Runtime.Serialization.DataContractResolver dataContractResolver) { throw null; }
ReadObject(System.Xml.XmlReader reader)91         public override object ReadObject(System.Xml.XmlReader reader) { throw null; }
ReadObject(System.Xml.XmlReader reader, bool verifyObjectName)92         public override object ReadObject(System.Xml.XmlReader reader, bool verifyObjectName) { throw null; }
WriteEndObject(System.Xml.XmlDictionaryWriter writer)93         public override void WriteEndObject(System.Xml.XmlDictionaryWriter writer) { }
WriteEndObject(System.Xml.XmlWriter writer)94         public override void WriteEndObject(System.Xml.XmlWriter writer) { }
WriteObject(System.Xml.XmlDictionaryWriter writer, object graph, System.Runtime.Serialization.DataContractResolver dataContractResolver)95         public void WriteObject(System.Xml.XmlDictionaryWriter writer, object graph, System.Runtime.Serialization.DataContractResolver dataContractResolver) { }
WriteObject(System.Xml.XmlWriter writer, object graph)96         public override void WriteObject(System.Xml.XmlWriter writer, object graph) { }
WriteObjectContent(System.Xml.XmlDictionaryWriter writer, object graph)97         public override void WriteObjectContent(System.Xml.XmlDictionaryWriter writer, object graph) { }
WriteObjectContent(System.Xml.XmlWriter writer, object graph)98         public override void WriteObjectContent(System.Xml.XmlWriter writer, object graph) { }
WriteStartObject(System.Xml.XmlDictionaryWriter writer, object graph)99         public override void WriteStartObject(System.Xml.XmlDictionaryWriter writer, object graph) { }
WriteStartObject(System.Xml.XmlWriter writer, object graph)100         public override void WriteStartObject(System.Xml.XmlWriter writer, object graph) { }
101     }
102     public partial class DataContractSerializerSettings
103     {
DataContractSerializerSettings()104         public DataContractSerializerSettings() { }
105         public System.Runtime.Serialization.DataContractResolver DataContractResolver { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
106         public System.Runtime.Serialization.IDataContractSurrogate DataContractSurrogate { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
107         public bool IgnoreExtensionDataObject { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
108         public System.Collections.Generic.IEnumerable<System.Type> KnownTypes { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
109         public int MaxItemsInObjectGraph { get { throw null; } set { } }
110         public bool PreserveObjectReferences { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
111         public System.Xml.XmlDictionaryString RootName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
112         public System.Xml.XmlDictionaryString RootNamespace { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
113         public bool SerializeReadOnlyTypes { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
114     }
115     [System.AttributeUsageAttribute((System.AttributeTargets)(384), Inherited=false, AllowMultiple=false)]
116     public sealed partial class DataMemberAttribute : System.Attribute
117     {
DataMemberAttribute()118         public DataMemberAttribute() { }
119         public bool EmitDefaultValue { get { throw null; } set { } }
120         public bool IsNameSetExplicitly { get { throw null; } }
121         public bool IsRequired { get { throw null; } set { } }
122         public string Name { get { throw null; } set { } }
123         public int Order { get { throw null; } set { } }
124     }
125     public partial class DateTimeFormat
126     {
DateTimeFormat(string formatString)127         public DateTimeFormat(string formatString) { }
DateTimeFormat(string formatString, System.IFormatProvider formatProvider)128         public DateTimeFormat(string formatString, System.IFormatProvider formatProvider) { }
129         public System.Globalization.DateTimeStyles DateTimeStyles { get { throw null; } set { } }
130         public System.IFormatProvider FormatProvider { get { throw null; } }
131         public string FormatString { get { throw null; } }
132     }
133     public enum EmitTypeInformation
134     {
135         Always = 1,
136         AsNeeded = 0,
137         Never = 2,
138     }
139     [System.AttributeUsageAttribute((System.AttributeTargets)(256), Inherited=false, AllowMultiple=false)]
140     public sealed partial class EnumMemberAttribute : System.Attribute
141     {
EnumMemberAttribute()142         public EnumMemberAttribute() { }
143         public bool IsValueSetExplicitly { get { throw null; } }
144         public string Value { get { throw null; } set { } }
145     }
146     public partial class ExportOptions
147     {
ExportOptions()148         public ExportOptions() { }
149         public System.Runtime.Serialization.IDataContractSurrogate DataContractSurrogate { get { throw null; } set { } }
150         public System.Collections.ObjectModel.Collection<System.Type> KnownTypes { get { throw null; } }
151     }
152     public sealed partial class ExtensionDataObject
153     {
ExtensionDataObject()154         internal ExtensionDataObject() { }
155     }
156     public partial interface IDataContractSurrogate
157     {
GetCustomDataToExport(System.Reflection.MemberInfo memberInfo, System.Type dataContractType)158         object GetCustomDataToExport(System.Reflection.MemberInfo memberInfo, System.Type dataContractType);
GetCustomDataToExport(System.Type clrType, System.Type dataContractType)159         object GetCustomDataToExport(System.Type clrType, System.Type dataContractType);
GetDataContractType(System.Type type)160         System.Type GetDataContractType(System.Type type);
GetDeserializedObject(object obj, System.Type targetType)161         object GetDeserializedObject(object obj, System.Type targetType);
GetKnownCustomDataTypes(System.Collections.ObjectModel.Collection<System.Type> customDataTypes)162         void GetKnownCustomDataTypes(System.Collections.ObjectModel.Collection<System.Type> customDataTypes);
GetObjectToSerialize(object obj, System.Type targetType)163         object GetObjectToSerialize(object obj, System.Type targetType);
GetReferencedTypeOnImport(string typeName, string typeNamespace, object customData)164         System.Type GetReferencedTypeOnImport(string typeName, string typeNamespace, object customData);
165     }
166     public partial interface IExtensibleDataObject
167     {
168         System.Runtime.Serialization.ExtensionDataObject ExtensionData { get; set; }
169     }
170     [System.AttributeUsageAttribute((System.AttributeTargets)(384), Inherited=false, AllowMultiple=false)]
171     public sealed partial class IgnoreDataMemberAttribute : System.Attribute
172     {
IgnoreDataMemberAttribute()173         public IgnoreDataMemberAttribute() { }
174     }
175     [System.SerializableAttribute]
176     public partial class InvalidDataContractException : System.Exception
177     {
InvalidDataContractException()178         public InvalidDataContractException() { }
InvalidDataContractException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)179         protected InvalidDataContractException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
InvalidDataContractException(string message)180         public InvalidDataContractException(string message) { }
InvalidDataContractException(string message, System.Exception innerException)181         public InvalidDataContractException(string message, System.Exception innerException) { }
182     }
183     [System.AttributeUsageAttribute((System.AttributeTargets)(12), Inherited=true, AllowMultiple=true)]
184     public sealed partial class KnownTypeAttribute : System.Attribute
185     {
KnownTypeAttribute(string methodName)186         public KnownTypeAttribute(string methodName) { }
KnownTypeAttribute(System.Type type)187         public KnownTypeAttribute(System.Type type) { }
188         public string MethodName { get { throw null; } }
189         public System.Type Type { get { throw null; } }
190     }
191     public sealed partial class NetDataContractSerializer : System.Runtime.Serialization.XmlObjectSerializer, System.Runtime.Serialization.IFormatter
192     {
NetDataContractSerializer()193         public NetDataContractSerializer() { }
NetDataContractSerializer(System.Runtime.Serialization.StreamingContext context)194         public NetDataContractSerializer(System.Runtime.Serialization.StreamingContext context) { }
NetDataContractSerializer(System.Runtime.Serialization.StreamingContext context, int maxItemsInObjectGraph, bool ignoreExtensionDataObject, System.Runtime.Serialization.Formatters.FormatterAssemblyStyle assemblyFormat, System.Runtime.Serialization.ISurrogateSelector surrogateSelector)195         public NetDataContractSerializer(System.Runtime.Serialization.StreamingContext context, int maxItemsInObjectGraph, bool ignoreExtensionDataObject, System.Runtime.Serialization.Formatters.FormatterAssemblyStyle assemblyFormat, System.Runtime.Serialization.ISurrogateSelector surrogateSelector) { }
NetDataContractSerializer(string rootName, string rootNamespace)196         public NetDataContractSerializer(string rootName, string rootNamespace) { }
NetDataContractSerializer(string rootName, string rootNamespace, System.Runtime.Serialization.StreamingContext context, int maxItemsInObjectGraph, bool ignoreExtensionDataObject, System.Runtime.Serialization.Formatters.FormatterAssemblyStyle assemblyFormat, System.Runtime.Serialization.ISurrogateSelector surrogateSelector)197         public NetDataContractSerializer(string rootName, string rootNamespace, System.Runtime.Serialization.StreamingContext context, int maxItemsInObjectGraph, bool ignoreExtensionDataObject, System.Runtime.Serialization.Formatters.FormatterAssemblyStyle assemblyFormat, System.Runtime.Serialization.ISurrogateSelector surrogateSelector) { }
NetDataContractSerializer(System.Xml.XmlDictionaryString rootName, System.Xml.XmlDictionaryString rootNamespace)198         public NetDataContractSerializer(System.Xml.XmlDictionaryString rootName, System.Xml.XmlDictionaryString rootNamespace) { }
NetDataContractSerializer(System.Xml.XmlDictionaryString rootName, System.Xml.XmlDictionaryString rootNamespace, System.Runtime.Serialization.StreamingContext context, int maxItemsInObjectGraph, bool ignoreExtensionDataObject, System.Runtime.Serialization.Formatters.FormatterAssemblyStyle assemblyFormat, System.Runtime.Serialization.ISurrogateSelector surrogateSelector)199         public NetDataContractSerializer(System.Xml.XmlDictionaryString rootName, System.Xml.XmlDictionaryString rootNamespace, System.Runtime.Serialization.StreamingContext context, int maxItemsInObjectGraph, bool ignoreExtensionDataObject, System.Runtime.Serialization.Formatters.FormatterAssemblyStyle assemblyFormat, System.Runtime.Serialization.ISurrogateSelector surrogateSelector) { }
200         public System.Runtime.Serialization.Formatters.FormatterAssemblyStyle AssemblyFormat { get { throw null; } set { } }
201         public System.Runtime.Serialization.SerializationBinder Binder { get { throw null; } set { } }
202         public System.Runtime.Serialization.StreamingContext Context { get { throw null; } set { } }
203         public bool IgnoreExtensionDataObject { get { throw null; } }
204         public int MaxItemsInObjectGraph { get { throw null; } }
205         public System.Runtime.Serialization.ISurrogateSelector SurrogateSelector { get { throw null; } set { } }
Deserialize(System.IO.Stream stream)206         public object Deserialize(System.IO.Stream stream) { throw null; }
IsStartObject(System.Xml.XmlDictionaryReader reader)207         public override bool IsStartObject(System.Xml.XmlDictionaryReader reader) { throw null; }
IsStartObject(System.Xml.XmlReader reader)208         public override bool IsStartObject(System.Xml.XmlReader reader) { throw null; }
ReadObject(System.Xml.XmlDictionaryReader reader, bool verifyObjectName)209         public override object ReadObject(System.Xml.XmlDictionaryReader reader, bool verifyObjectName) { throw null; }
ReadObject(System.Xml.XmlReader reader)210         public override object ReadObject(System.Xml.XmlReader reader) { throw null; }
ReadObject(System.Xml.XmlReader reader, bool verifyObjectName)211         public override object ReadObject(System.Xml.XmlReader reader, bool verifyObjectName) { throw null; }
Serialize(System.IO.Stream stream, object graph)212         public void Serialize(System.IO.Stream stream, object graph) { }
WriteEndObject(System.Xml.XmlDictionaryWriter writer)213         public override void WriteEndObject(System.Xml.XmlDictionaryWriter writer) { }
WriteEndObject(System.Xml.XmlWriter writer)214         public override void WriteEndObject(System.Xml.XmlWriter writer) { }
WriteObject(System.Xml.XmlWriter writer, object graph)215         public override void WriteObject(System.Xml.XmlWriter writer, object graph) { }
WriteObjectContent(System.Xml.XmlDictionaryWriter writer, object graph)216         public override void WriteObjectContent(System.Xml.XmlDictionaryWriter writer, object graph) { }
WriteObjectContent(System.Xml.XmlWriter writer, object graph)217         public override void WriteObjectContent(System.Xml.XmlWriter writer, object graph) { }
WriteStartObject(System.Xml.XmlDictionaryWriter writer, object graph)218         public override void WriteStartObject(System.Xml.XmlDictionaryWriter writer, object graph) { }
WriteStartObject(System.Xml.XmlWriter writer, object graph)219         public override void WriteStartObject(System.Xml.XmlWriter writer, object graph) { }
220     }
221     public abstract partial class XmlObjectSerializer
222     {
XmlObjectSerializer()223         protected XmlObjectSerializer() { }
IsStartObject(System.Xml.XmlDictionaryReader reader)224         public abstract bool IsStartObject(System.Xml.XmlDictionaryReader reader);
IsStartObject(System.Xml.XmlReader reader)225         public virtual bool IsStartObject(System.Xml.XmlReader reader) { throw null; }
ReadObject(System.IO.Stream stream)226         public virtual object ReadObject(System.IO.Stream stream) { throw null; }
ReadObject(System.Xml.XmlDictionaryReader reader)227         public virtual object ReadObject(System.Xml.XmlDictionaryReader reader) { throw null; }
ReadObject(System.Xml.XmlDictionaryReader reader, bool verifyObjectName)228         public abstract object ReadObject(System.Xml.XmlDictionaryReader reader, bool verifyObjectName);
ReadObject(System.Xml.XmlReader reader)229         public virtual object ReadObject(System.Xml.XmlReader reader) { throw null; }
ReadObject(System.Xml.XmlReader reader, bool verifyObjectName)230         public virtual object ReadObject(System.Xml.XmlReader reader, bool verifyObjectName) { throw null; }
WriteEndObject(System.Xml.XmlDictionaryWriter writer)231         public abstract void WriteEndObject(System.Xml.XmlDictionaryWriter writer);
WriteEndObject(System.Xml.XmlWriter writer)232         public virtual void WriteEndObject(System.Xml.XmlWriter writer) { }
WriteObject(System.IO.Stream stream, object graph)233         public virtual void WriteObject(System.IO.Stream stream, object graph) { }
WriteObject(System.Xml.XmlDictionaryWriter writer, object graph)234         public virtual void WriteObject(System.Xml.XmlDictionaryWriter writer, object graph) { }
WriteObject(System.Xml.XmlWriter writer, object graph)235         public virtual void WriteObject(System.Xml.XmlWriter writer, object graph) { }
WriteObjectContent(System.Xml.XmlDictionaryWriter writer, object graph)236         public abstract void WriteObjectContent(System.Xml.XmlDictionaryWriter writer, object graph);
WriteObjectContent(System.Xml.XmlWriter writer, object graph)237         public virtual void WriteObjectContent(System.Xml.XmlWriter writer, object graph) { }
WriteStartObject(System.Xml.XmlDictionaryWriter writer, object graph)238         public abstract void WriteStartObject(System.Xml.XmlDictionaryWriter writer, object graph);
WriteStartObject(System.Xml.XmlWriter writer, object graph)239         public virtual void WriteStartObject(System.Xml.XmlWriter writer, object graph) { }
240     }
241     public static partial class XmlSerializableServices
242     {
AddDefaultSchema(System.Xml.Schema.XmlSchemaSet schemas, System.Xml.XmlQualifiedName typeQName)243         public static void AddDefaultSchema(System.Xml.Schema.XmlSchemaSet schemas, System.Xml.XmlQualifiedName typeQName) { }
ReadNodes(System.Xml.XmlReader xmlReader)244         public static System.Xml.XmlNode[] ReadNodes(System.Xml.XmlReader xmlReader) { throw null; }
WriteNodes(System.Xml.XmlWriter xmlWriter, System.Xml.XmlNode[] nodes)245         public static void WriteNodes(System.Xml.XmlWriter xmlWriter, System.Xml.XmlNode[] nodes) { }
246     }
247     public static partial class XPathQueryGenerator
248     {
CreateFromDataContractSerializer(System.Type type, System.Reflection.MemberInfo[] pathToMember, System.Text.StringBuilder rootElementXpath, out System.Xml.XmlNamespaceManager namespaces)249         public static string CreateFromDataContractSerializer(System.Type type, System.Reflection.MemberInfo[] pathToMember, System.Text.StringBuilder rootElementXpath, out System.Xml.XmlNamespaceManager namespaces) { namespaces = default(System.Xml.XmlNamespaceManager); throw null; }
CreateFromDataContractSerializer(System.Type type, System.Reflection.MemberInfo[] pathToMember, out System.Xml.XmlNamespaceManager namespaces)250         public static string CreateFromDataContractSerializer(System.Type type, System.Reflection.MemberInfo[] pathToMember, out System.Xml.XmlNamespaceManager namespaces) { namespaces = default(System.Xml.XmlNamespaceManager); throw null; }
251     }
252     public partial class XsdDataContractExporter
253     {
XsdDataContractExporter()254         public XsdDataContractExporter() { }
XsdDataContractExporter(System.Xml.Schema.XmlSchemaSet schemas)255         public XsdDataContractExporter(System.Xml.Schema.XmlSchemaSet schemas) { }
256         public System.Runtime.Serialization.ExportOptions Options { get { throw null; } set { } }
257         public System.Xml.Schema.XmlSchemaSet Schemas { get { throw null; } }
CanExport(System.Collections.Generic.ICollection<System.Reflection.Assembly> assemblies)258         public bool CanExport(System.Collections.Generic.ICollection<System.Reflection.Assembly> assemblies) { throw null; }
CanExport(System.Collections.Generic.ICollection<System.Type> types)259         public bool CanExport(System.Collections.Generic.ICollection<System.Type> types) { throw null; }
CanExport(System.Type type)260         public bool CanExport(System.Type type) { throw null; }
Export(System.Collections.Generic.ICollection<System.Reflection.Assembly> assemblies)261         public void Export(System.Collections.Generic.ICollection<System.Reflection.Assembly> assemblies) { }
Export(System.Collections.Generic.ICollection<System.Type> types)262         public void Export(System.Collections.Generic.ICollection<System.Type> types) { }
Export(System.Type type)263         public void Export(System.Type type) { }
GetRootElementName(System.Type type)264         public System.Xml.XmlQualifiedName GetRootElementName(System.Type type) { throw null; }
GetSchemaType(System.Type type)265         public System.Xml.Schema.XmlSchemaType GetSchemaType(System.Type type) { throw null; }
GetSchemaTypeName(System.Type type)266         public System.Xml.XmlQualifiedName GetSchemaTypeName(System.Type type) { throw null; }
267     }
268 }
269 namespace System.Runtime.Serialization.Json
270 {
271     [System.Runtime.CompilerServices.TypeForwardedFromAttribute("System.ServiceModel.Web, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
272     public sealed partial class DataContractJsonSerializer : System.Runtime.Serialization.XmlObjectSerializer
273     {
DataContractJsonSerializer(System.Type type)274         public DataContractJsonSerializer(System.Type type) { }
DataContractJsonSerializer(System.Type type, System.Collections.Generic.IEnumerable<System.Type> knownTypes)275         public DataContractJsonSerializer(System.Type type, System.Collections.Generic.IEnumerable<System.Type> knownTypes) { }
DataContractJsonSerializer(System.Type type, System.Collections.Generic.IEnumerable<System.Type> knownTypes, int maxItemsInObjectGraph, bool ignoreExtensionDataObject, System.Runtime.Serialization.IDataContractSurrogate dataContractSurrogate, bool alwaysEmitTypeInformation)276         public DataContractJsonSerializer(System.Type type, System.Collections.Generic.IEnumerable<System.Type> knownTypes, int maxItemsInObjectGraph, bool ignoreExtensionDataObject, System.Runtime.Serialization.IDataContractSurrogate dataContractSurrogate, bool alwaysEmitTypeInformation) { }
DataContractJsonSerializer(System.Type type, System.Runtime.Serialization.Json.DataContractJsonSerializerSettings settings)277         public DataContractJsonSerializer(System.Type type, System.Runtime.Serialization.Json.DataContractJsonSerializerSettings settings) { }
DataContractJsonSerializer(System.Type type, string rootName)278         public DataContractJsonSerializer(System.Type type, string rootName) { }
DataContractJsonSerializer(System.Type type, string rootName, System.Collections.Generic.IEnumerable<System.Type> knownTypes)279         public DataContractJsonSerializer(System.Type type, string rootName, System.Collections.Generic.IEnumerable<System.Type> knownTypes) { }
DataContractJsonSerializer(System.Type type, string rootName, System.Collections.Generic.IEnumerable<System.Type> knownTypes, int maxItemsInObjectGraph, bool ignoreExtensionDataObject, System.Runtime.Serialization.IDataContractSurrogate dataContractSurrogate, bool alwaysEmitTypeInformation)280         public DataContractJsonSerializer(System.Type type, string rootName, System.Collections.Generic.IEnumerable<System.Type> knownTypes, int maxItemsInObjectGraph, bool ignoreExtensionDataObject, System.Runtime.Serialization.IDataContractSurrogate dataContractSurrogate, bool alwaysEmitTypeInformation) { }
DataContractJsonSerializer(System.Type type, System.Xml.XmlDictionaryString rootName)281         public DataContractJsonSerializer(System.Type type, System.Xml.XmlDictionaryString rootName) { }
DataContractJsonSerializer(System.Type type, System.Xml.XmlDictionaryString rootName, System.Collections.Generic.IEnumerable<System.Type> knownTypes)282         public DataContractJsonSerializer(System.Type type, System.Xml.XmlDictionaryString rootName, System.Collections.Generic.IEnumerable<System.Type> knownTypes) { }
DataContractJsonSerializer(System.Type type, System.Xml.XmlDictionaryString rootName, System.Collections.Generic.IEnumerable<System.Type> knownTypes, int maxItemsInObjectGraph, bool ignoreExtensionDataObject, System.Runtime.Serialization.IDataContractSurrogate dataContractSurrogate, bool alwaysEmitTypeInformation)283         public DataContractJsonSerializer(System.Type type, System.Xml.XmlDictionaryString rootName, System.Collections.Generic.IEnumerable<System.Type> knownTypes, int maxItemsInObjectGraph, bool ignoreExtensionDataObject, System.Runtime.Serialization.IDataContractSurrogate dataContractSurrogate, bool alwaysEmitTypeInformation) { }
284         public System.Runtime.Serialization.IDataContractSurrogate DataContractSurrogate { get { throw null; } }
285         public System.Runtime.Serialization.DateTimeFormat DateTimeFormat { get { throw null; } }
286         public System.Runtime.Serialization.EmitTypeInformation EmitTypeInformation { get { throw null; } }
287         public bool IgnoreExtensionDataObject { get { throw null; } }
288         public System.Collections.ObjectModel.ReadOnlyCollection<System.Type> KnownTypes { get { throw null; } }
289         public int MaxItemsInObjectGraph { get { throw null; } }
290         public bool SerializeReadOnlyTypes { get { throw null; } }
291         public bool UseSimpleDictionaryFormat { get { throw null; } }
IsStartObject(System.Xml.XmlDictionaryReader reader)292         public override bool IsStartObject(System.Xml.XmlDictionaryReader reader) { throw null; }
IsStartObject(System.Xml.XmlReader reader)293         public override bool IsStartObject(System.Xml.XmlReader reader) { throw null; }
ReadObject(System.IO.Stream stream)294         public override object ReadObject(System.IO.Stream stream) { throw null; }
ReadObject(System.Xml.XmlDictionaryReader reader)295         public override object ReadObject(System.Xml.XmlDictionaryReader reader) { throw null; }
ReadObject(System.Xml.XmlDictionaryReader reader, bool verifyObjectName)296         public override object ReadObject(System.Xml.XmlDictionaryReader reader, bool verifyObjectName) { throw null; }
ReadObject(System.Xml.XmlReader reader)297         public override object ReadObject(System.Xml.XmlReader reader) { throw null; }
ReadObject(System.Xml.XmlReader reader, bool verifyObjectName)298         public override object ReadObject(System.Xml.XmlReader reader, bool verifyObjectName) { throw null; }
WriteEndObject(System.Xml.XmlDictionaryWriter writer)299         public override void WriteEndObject(System.Xml.XmlDictionaryWriter writer) { }
WriteEndObject(System.Xml.XmlWriter writer)300         public override void WriteEndObject(System.Xml.XmlWriter writer) { }
WriteObject(System.IO.Stream stream, object graph)301         public override void WriteObject(System.IO.Stream stream, object graph) { }
WriteObject(System.Xml.XmlDictionaryWriter writer, object graph)302         public override void WriteObject(System.Xml.XmlDictionaryWriter writer, object graph) { }
WriteObject(System.Xml.XmlWriter writer, object graph)303         public override void WriteObject(System.Xml.XmlWriter writer, object graph) { }
WriteObjectContent(System.Xml.XmlDictionaryWriter writer, object graph)304         public override void WriteObjectContent(System.Xml.XmlDictionaryWriter writer, object graph) { }
WriteObjectContent(System.Xml.XmlWriter writer, object graph)305         public override void WriteObjectContent(System.Xml.XmlWriter writer, object graph) { }
WriteStartObject(System.Xml.XmlDictionaryWriter writer, object graph)306         public override void WriteStartObject(System.Xml.XmlDictionaryWriter writer, object graph) { }
WriteStartObject(System.Xml.XmlWriter writer, object graph)307         public override void WriteStartObject(System.Xml.XmlWriter writer, object graph) { }
308     }
309     public partial class DataContractJsonSerializerSettings
310     {
DataContractJsonSerializerSettings()311         public DataContractJsonSerializerSettings() { }
312         public System.Runtime.Serialization.IDataContractSurrogate DataContractSurrogate { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
313         public System.Runtime.Serialization.DateTimeFormat DateTimeFormat { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
314         public System.Runtime.Serialization.EmitTypeInformation EmitTypeInformation { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
315         public bool IgnoreExtensionDataObject { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
316         public System.Collections.Generic.IEnumerable<System.Type> KnownTypes { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
317         public int MaxItemsInObjectGraph { get { throw null; } set { } }
318         public string RootName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
319         public bool SerializeReadOnlyTypes { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
320         public bool UseSimpleDictionaryFormat { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
321     }
322     [System.Runtime.CompilerServices.TypeForwardedFromAttribute("System.ServiceModel.Web, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
323     public partial interface IXmlJsonReaderInitializer
324     {
SetInput(byte[] buffer, int offset, int count, System.Text.Encoding encoding, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.OnXmlDictionaryReaderClose onClose)325         void SetInput(byte[] buffer, int offset, int count, System.Text.Encoding encoding, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.OnXmlDictionaryReaderClose onClose);
SetInput(System.IO.Stream stream, System.Text.Encoding encoding, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.OnXmlDictionaryReaderClose onClose)326         void SetInput(System.IO.Stream stream, System.Text.Encoding encoding, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.OnXmlDictionaryReaderClose onClose);
327     }
328     [System.Runtime.CompilerServices.TypeForwardedFromAttribute("System.ServiceModel.Web, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
329     public partial interface IXmlJsonWriterInitializer
330     {
SetOutput(System.IO.Stream stream, System.Text.Encoding encoding, bool ownsStream)331         void SetOutput(System.IO.Stream stream, System.Text.Encoding encoding, bool ownsStream);
332     }
333     [System.Runtime.CompilerServices.TypeForwardedFromAttribute("System.ServiceModel.Web, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
334     public static partial class JsonReaderWriterFactory
335     {
CreateJsonReader(byte[] buffer, int offset, int count, System.Text.Encoding encoding, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.OnXmlDictionaryReaderClose onClose)336         public static System.Xml.XmlDictionaryReader CreateJsonReader(byte[] buffer, int offset, int count, System.Text.Encoding encoding, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.OnXmlDictionaryReaderClose onClose) { throw null; }
CreateJsonReader(byte[] buffer, int offset, int count, System.Xml.XmlDictionaryReaderQuotas quotas)337         public static System.Xml.XmlDictionaryReader CreateJsonReader(byte[] buffer, int offset, int count, System.Xml.XmlDictionaryReaderQuotas quotas) { throw null; }
CreateJsonReader(byte[] buffer, System.Xml.XmlDictionaryReaderQuotas quotas)338         public static System.Xml.XmlDictionaryReader CreateJsonReader(byte[] buffer, System.Xml.XmlDictionaryReaderQuotas quotas) { throw null; }
CreateJsonReader(System.IO.Stream stream, System.Text.Encoding encoding, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.OnXmlDictionaryReaderClose onClose)339         public static System.Xml.XmlDictionaryReader CreateJsonReader(System.IO.Stream stream, System.Text.Encoding encoding, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.OnXmlDictionaryReaderClose onClose) { throw null; }
CreateJsonReader(System.IO.Stream stream, System.Xml.XmlDictionaryReaderQuotas quotas)340         public static System.Xml.XmlDictionaryReader CreateJsonReader(System.IO.Stream stream, System.Xml.XmlDictionaryReaderQuotas quotas) { throw null; }
CreateJsonWriter(System.IO.Stream stream)341         public static System.Xml.XmlDictionaryWriter CreateJsonWriter(System.IO.Stream stream) { throw null; }
CreateJsonWriter(System.IO.Stream stream, System.Text.Encoding encoding)342         public static System.Xml.XmlDictionaryWriter CreateJsonWriter(System.IO.Stream stream, System.Text.Encoding encoding) { throw null; }
CreateJsonWriter(System.IO.Stream stream, System.Text.Encoding encoding, bool ownsStream)343         public static System.Xml.XmlDictionaryWriter CreateJsonWriter(System.IO.Stream stream, System.Text.Encoding encoding, bool ownsStream) { throw null; }
CreateJsonWriter(System.IO.Stream stream, System.Text.Encoding encoding, bool ownsStream, bool indent)344         public static System.Xml.XmlDictionaryWriter CreateJsonWriter(System.IO.Stream stream, System.Text.Encoding encoding, bool ownsStream, bool indent) { throw null; }
CreateJsonWriter(System.IO.Stream stream, System.Text.Encoding encoding, bool ownsStream, bool indent, string indentChars)345         public static System.Xml.XmlDictionaryWriter CreateJsonWriter(System.IO.Stream stream, System.Text.Encoding encoding, bool ownsStream, bool indent, string indentChars) { throw null; }
346     }
347 }
348 namespace System.Xml
349 {
350     public partial interface IFragmentCapableXmlDictionaryWriter
351     {
352         bool CanFragment { get; }
EndFragment()353         void EndFragment();
StartFragment(System.IO.Stream stream, bool generateSelfContainedTextFragment)354         void StartFragment(System.IO.Stream stream, bool generateSelfContainedTextFragment);
WriteFragment(byte[] buffer, int offset, int count)355         void WriteFragment(byte[] buffer, int offset, int count);
356     }
357     public partial interface IStreamProvider
358     {
GetStream()359         System.IO.Stream GetStream();
ReleaseStream(System.IO.Stream stream)360         void ReleaseStream(System.IO.Stream stream);
361     }
362     public partial interface IXmlBinaryReaderInitializer
363     {
SetInput(byte[] buffer, int offset, int count, System.Xml.IXmlDictionary dictionary, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.XmlBinaryReaderSession session, System.Xml.OnXmlDictionaryReaderClose onClose)364         void SetInput(byte[] buffer, int offset, int count, System.Xml.IXmlDictionary dictionary, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.XmlBinaryReaderSession session, System.Xml.OnXmlDictionaryReaderClose onClose);
SetInput(System.IO.Stream stream, System.Xml.IXmlDictionary dictionary, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.XmlBinaryReaderSession session, System.Xml.OnXmlDictionaryReaderClose onClose)365         void SetInput(System.IO.Stream stream, System.Xml.IXmlDictionary dictionary, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.XmlBinaryReaderSession session, System.Xml.OnXmlDictionaryReaderClose onClose);
366     }
367     public partial interface IXmlBinaryWriterInitializer
368     {
SetOutput(System.IO.Stream stream, System.Xml.IXmlDictionary dictionary, System.Xml.XmlBinaryWriterSession session, bool ownsStream)369         void SetOutput(System.IO.Stream stream, System.Xml.IXmlDictionary dictionary, System.Xml.XmlBinaryWriterSession session, bool ownsStream);
370     }
371     public partial interface IXmlDictionary
372     {
TryLookup(int key, out System.Xml.XmlDictionaryString result)373         bool TryLookup(int key, out System.Xml.XmlDictionaryString result);
TryLookup(string value, out System.Xml.XmlDictionaryString result)374         bool TryLookup(string value, out System.Xml.XmlDictionaryString result);
TryLookup(System.Xml.XmlDictionaryString value, out System.Xml.XmlDictionaryString result)375         bool TryLookup(System.Xml.XmlDictionaryString value, out System.Xml.XmlDictionaryString result);
376     }
377     public partial interface IXmlMtomReaderInitializer
378     {
SetInput(byte[] buffer, int offset, int count, System.Text.Encoding[] encodings, string contentType, System.Xml.XmlDictionaryReaderQuotas quotas, int maxBufferSize, System.Xml.OnXmlDictionaryReaderClose onClose)379         void SetInput(byte[] buffer, int offset, int count, System.Text.Encoding[] encodings, string contentType, System.Xml.XmlDictionaryReaderQuotas quotas, int maxBufferSize, System.Xml.OnXmlDictionaryReaderClose onClose);
SetInput(System.IO.Stream stream, System.Text.Encoding[] encodings, string contentType, System.Xml.XmlDictionaryReaderQuotas quotas, int maxBufferSize, System.Xml.OnXmlDictionaryReaderClose onClose)380         void SetInput(System.IO.Stream stream, System.Text.Encoding[] encodings, string contentType, System.Xml.XmlDictionaryReaderQuotas quotas, int maxBufferSize, System.Xml.OnXmlDictionaryReaderClose onClose);
381     }
382     public partial interface IXmlMtomWriterInitializer
383     {
SetOutput(System.IO.Stream stream, System.Text.Encoding encoding, int maxSizeInBytes, string startInfo, string boundary, string startUri, bool writeMessageHeaders, bool ownsStream)384         void SetOutput(System.IO.Stream stream, System.Text.Encoding encoding, int maxSizeInBytes, string startInfo, string boundary, string startUri, bool writeMessageHeaders, bool ownsStream);
385     }
386     public partial interface IXmlTextReaderInitializer
387     {
SetInput(byte[] buffer, int offset, int count, System.Text.Encoding encoding, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.OnXmlDictionaryReaderClose onClose)388         void SetInput(byte[] buffer, int offset, int count, System.Text.Encoding encoding, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.OnXmlDictionaryReaderClose onClose);
SetInput(System.IO.Stream stream, System.Text.Encoding encoding, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.OnXmlDictionaryReaderClose onClose)389         void SetInput(System.IO.Stream stream, System.Text.Encoding encoding, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.OnXmlDictionaryReaderClose onClose);
390     }
391     public partial interface IXmlTextWriterInitializer
392     {
SetOutput(System.IO.Stream stream, System.Text.Encoding encoding, bool ownsStream)393         void SetOutput(System.IO.Stream stream, System.Text.Encoding encoding, bool ownsStream);
394     }
OnXmlDictionaryReaderClose(System.Xml.XmlDictionaryReader reader)395     public delegate void OnXmlDictionaryReaderClose(System.Xml.XmlDictionaryReader reader);
396     public partial class UniqueId
397     {
UniqueId()398         public UniqueId() { }
UniqueId(byte[] guid)399         public UniqueId(byte[] guid) { }
400         [System.Security.SecuritySafeCriticalAttribute]
UniqueId(byte[] guid, int offset)401         public UniqueId(byte[] guid, int offset) { }
402         [System.Security.SecuritySafeCriticalAttribute]
UniqueId(char[] chars, int offset, int count)403         public UniqueId(char[] chars, int offset, int count) { }
UniqueId(System.Guid guid)404         public UniqueId(System.Guid guid) { }
405         [System.Security.SecuritySafeCriticalAttribute]
UniqueId(string value)406         public UniqueId(string value) { }
407         public int CharArrayLength { [System.Security.SecuritySafeCriticalAttribute]get { throw null; } }
408         public bool IsGuid { get { throw null; } }
Equals(object obj)409         public override bool Equals(object obj) { throw null; }
GetHashCode()410         public override int GetHashCode() { throw null; }
operator ==(System.Xml.UniqueId id1, System.Xml.UniqueId id2)411         public static bool operator ==(System.Xml.UniqueId id1, System.Xml.UniqueId id2) { throw null; }
operator !=(System.Xml.UniqueId id1, System.Xml.UniqueId id2)412         public static bool operator !=(System.Xml.UniqueId id1, System.Xml.UniqueId id2) { throw null; }
413         [System.Security.SecuritySafeCriticalAttribute]
ToCharArray(char[] chars, int offset)414         public int ToCharArray(char[] chars, int offset) { throw null; }
415         [System.Security.SecuritySafeCriticalAttribute]
ToString()416         public override string ToString() { throw null; }
417         [System.Security.SecuritySafeCriticalAttribute]
TryGetGuid(byte[] buffer, int offset)418         public bool TryGetGuid(byte[] buffer, int offset) { throw null; }
TryGetGuid(out System.Guid guid)419         public bool TryGetGuid(out System.Guid guid) { guid = default(System.Guid); throw null; }
420     }
421     public partial class XmlBinaryReaderSession : System.Xml.IXmlDictionary
422     {
XmlBinaryReaderSession()423         public XmlBinaryReaderSession() { }
Add(int id, string value)424         public System.Xml.XmlDictionaryString Add(int id, string value) { throw null; }
Clear()425         public void Clear() { }
TryLookup(int key, out System.Xml.XmlDictionaryString result)426         public bool TryLookup(int key, out System.Xml.XmlDictionaryString result) { result = default(System.Xml.XmlDictionaryString); throw null; }
TryLookup(string value, out System.Xml.XmlDictionaryString result)427         public bool TryLookup(string value, out System.Xml.XmlDictionaryString result) { result = default(System.Xml.XmlDictionaryString); throw null; }
TryLookup(System.Xml.XmlDictionaryString value, out System.Xml.XmlDictionaryString result)428         public bool TryLookup(System.Xml.XmlDictionaryString value, out System.Xml.XmlDictionaryString result) { result = default(System.Xml.XmlDictionaryString); throw null; }
429     }
430     public partial class XmlBinaryWriterSession
431     {
XmlBinaryWriterSession()432         public XmlBinaryWriterSession() { }
Reset()433         public void Reset() { }
TryAdd(System.Xml.XmlDictionaryString value, out int key)434         public virtual bool TryAdd(System.Xml.XmlDictionaryString value, out int key) { key = default(int); throw null; }
435     }
436     public partial class XmlDictionary : System.Xml.IXmlDictionary
437     {
XmlDictionary()438         public XmlDictionary() { }
XmlDictionary(int capacity)439         public XmlDictionary(int capacity) { }
440         public static System.Xml.IXmlDictionary Empty { get { throw null; } }
Add(string value)441         public virtual System.Xml.XmlDictionaryString Add(string value) { throw null; }
TryLookup(int key, out System.Xml.XmlDictionaryString result)442         public virtual bool TryLookup(int key, out System.Xml.XmlDictionaryString result) { result = default(System.Xml.XmlDictionaryString); throw null; }
TryLookup(string value, out System.Xml.XmlDictionaryString result)443         public virtual bool TryLookup(string value, out System.Xml.XmlDictionaryString result) { result = default(System.Xml.XmlDictionaryString); throw null; }
TryLookup(System.Xml.XmlDictionaryString value, out System.Xml.XmlDictionaryString result)444         public virtual bool TryLookup(System.Xml.XmlDictionaryString value, out System.Xml.XmlDictionaryString result) { result = default(System.Xml.XmlDictionaryString); throw null; }
445     }
446     public abstract partial class XmlDictionaryReader : System.Xml.XmlReader
447     {
XmlDictionaryReader()448         protected XmlDictionaryReader() { }
449         public virtual bool CanCanonicalize { get { throw null; } }
450         public virtual System.Xml.XmlDictionaryReaderQuotas Quotas { get { throw null; } }
CreateBinaryReader(byte[] buffer, int offset, int count, System.Xml.IXmlDictionary dictionary, System.Xml.XmlDictionaryReaderQuotas quotas)451         public static System.Xml.XmlDictionaryReader CreateBinaryReader(byte[] buffer, int offset, int count, System.Xml.IXmlDictionary dictionary, System.Xml.XmlDictionaryReaderQuotas quotas) { throw null; }
CreateBinaryReader(byte[] buffer, int offset, int count, System.Xml.IXmlDictionary dictionary, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.XmlBinaryReaderSession session)452         public static System.Xml.XmlDictionaryReader CreateBinaryReader(byte[] buffer, int offset, int count, System.Xml.IXmlDictionary dictionary, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.XmlBinaryReaderSession session) { throw null; }
CreateBinaryReader(byte[] buffer, int offset, int count, System.Xml.IXmlDictionary dictionary, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.XmlBinaryReaderSession session, System.Xml.OnXmlDictionaryReaderClose onClose)453         public static System.Xml.XmlDictionaryReader CreateBinaryReader(byte[] buffer, int offset, int count, System.Xml.IXmlDictionary dictionary, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.XmlBinaryReaderSession session, System.Xml.OnXmlDictionaryReaderClose onClose) { throw null; }
CreateBinaryReader(byte[] buffer, int offset, int count, System.Xml.XmlDictionaryReaderQuotas quotas)454         public static System.Xml.XmlDictionaryReader CreateBinaryReader(byte[] buffer, int offset, int count, System.Xml.XmlDictionaryReaderQuotas quotas) { throw null; }
CreateBinaryReader(byte[] buffer, System.Xml.XmlDictionaryReaderQuotas quotas)455         public static System.Xml.XmlDictionaryReader CreateBinaryReader(byte[] buffer, System.Xml.XmlDictionaryReaderQuotas quotas) { throw null; }
CreateBinaryReader(System.IO.Stream stream, System.Xml.IXmlDictionary dictionary, System.Xml.XmlDictionaryReaderQuotas quotas)456         public static System.Xml.XmlDictionaryReader CreateBinaryReader(System.IO.Stream stream, System.Xml.IXmlDictionary dictionary, System.Xml.XmlDictionaryReaderQuotas quotas) { throw null; }
CreateBinaryReader(System.IO.Stream stream, System.Xml.IXmlDictionary dictionary, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.XmlBinaryReaderSession session)457         public static System.Xml.XmlDictionaryReader CreateBinaryReader(System.IO.Stream stream, System.Xml.IXmlDictionary dictionary, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.XmlBinaryReaderSession session) { throw null; }
CreateBinaryReader(System.IO.Stream stream, System.Xml.IXmlDictionary dictionary, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.XmlBinaryReaderSession session, System.Xml.OnXmlDictionaryReaderClose onClose)458         public static System.Xml.XmlDictionaryReader CreateBinaryReader(System.IO.Stream stream, System.Xml.IXmlDictionary dictionary, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.XmlBinaryReaderSession session, System.Xml.OnXmlDictionaryReaderClose onClose) { throw null; }
CreateBinaryReader(System.IO.Stream stream, System.Xml.XmlDictionaryReaderQuotas quotas)459         public static System.Xml.XmlDictionaryReader CreateBinaryReader(System.IO.Stream stream, System.Xml.XmlDictionaryReaderQuotas quotas) { throw null; }
CreateDictionaryReader(System.Xml.XmlReader reader)460         public static System.Xml.XmlDictionaryReader CreateDictionaryReader(System.Xml.XmlReader reader) { throw null; }
CreateMtomReader(byte[] buffer, int offset, int count, System.Text.Encoding encoding, System.Xml.XmlDictionaryReaderQuotas quotas)461         public static System.Xml.XmlDictionaryReader CreateMtomReader(byte[] buffer, int offset, int count, System.Text.Encoding encoding, System.Xml.XmlDictionaryReaderQuotas quotas) { throw null; }
CreateMtomReader(byte[] buffer, int offset, int count, System.Text.Encoding[] encodings, string contentType, System.Xml.XmlDictionaryReaderQuotas quotas)462         public static System.Xml.XmlDictionaryReader CreateMtomReader(byte[] buffer, int offset, int count, System.Text.Encoding[] encodings, string contentType, System.Xml.XmlDictionaryReaderQuotas quotas) { throw null; }
CreateMtomReader(byte[] buffer, int offset, int count, System.Text.Encoding[] encodings, string contentType, System.Xml.XmlDictionaryReaderQuotas quotas, int maxBufferSize, System.Xml.OnXmlDictionaryReaderClose onClose)463         public static System.Xml.XmlDictionaryReader CreateMtomReader(byte[] buffer, int offset, int count, System.Text.Encoding[] encodings, string contentType, System.Xml.XmlDictionaryReaderQuotas quotas, int maxBufferSize, System.Xml.OnXmlDictionaryReaderClose onClose) { throw null; }
CreateMtomReader(byte[] buffer, int offset, int count, System.Text.Encoding[] encodings, System.Xml.XmlDictionaryReaderQuotas quotas)464         public static System.Xml.XmlDictionaryReader CreateMtomReader(byte[] buffer, int offset, int count, System.Text.Encoding[] encodings, System.Xml.XmlDictionaryReaderQuotas quotas) { throw null; }
CreateMtomReader(System.IO.Stream stream, System.Text.Encoding encoding, System.Xml.XmlDictionaryReaderQuotas quotas)465         public static System.Xml.XmlDictionaryReader CreateMtomReader(System.IO.Stream stream, System.Text.Encoding encoding, System.Xml.XmlDictionaryReaderQuotas quotas) { throw null; }
CreateMtomReader(System.IO.Stream stream, System.Text.Encoding[] encodings, string contentType, System.Xml.XmlDictionaryReaderQuotas quotas)466         public static System.Xml.XmlDictionaryReader CreateMtomReader(System.IO.Stream stream, System.Text.Encoding[] encodings, string contentType, System.Xml.XmlDictionaryReaderQuotas quotas) { throw null; }
CreateMtomReader(System.IO.Stream stream, System.Text.Encoding[] encodings, string contentType, System.Xml.XmlDictionaryReaderQuotas quotas, int maxBufferSize, System.Xml.OnXmlDictionaryReaderClose onClose)467         public static System.Xml.XmlDictionaryReader CreateMtomReader(System.IO.Stream stream, System.Text.Encoding[] encodings, string contentType, System.Xml.XmlDictionaryReaderQuotas quotas, int maxBufferSize, System.Xml.OnXmlDictionaryReaderClose onClose) { throw null; }
CreateMtomReader(System.IO.Stream stream, System.Text.Encoding[] encodings, System.Xml.XmlDictionaryReaderQuotas quotas)468         public static System.Xml.XmlDictionaryReader CreateMtomReader(System.IO.Stream stream, System.Text.Encoding[] encodings, System.Xml.XmlDictionaryReaderQuotas quotas) { throw null; }
CreateTextReader(byte[] buffer, int offset, int count, System.Text.Encoding encoding, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.OnXmlDictionaryReaderClose onClose)469         public static System.Xml.XmlDictionaryReader CreateTextReader(byte[] buffer, int offset, int count, System.Text.Encoding encoding, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.OnXmlDictionaryReaderClose onClose) { throw null; }
CreateTextReader(byte[] buffer, int offset, int count, System.Xml.XmlDictionaryReaderQuotas quotas)470         public static System.Xml.XmlDictionaryReader CreateTextReader(byte[] buffer, int offset, int count, System.Xml.XmlDictionaryReaderQuotas quotas) { throw null; }
CreateTextReader(byte[] buffer, System.Xml.XmlDictionaryReaderQuotas quotas)471         public static System.Xml.XmlDictionaryReader CreateTextReader(byte[] buffer, System.Xml.XmlDictionaryReaderQuotas quotas) { throw null; }
CreateTextReader(System.IO.Stream stream, System.Text.Encoding encoding, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.OnXmlDictionaryReaderClose onClose)472         public static System.Xml.XmlDictionaryReader CreateTextReader(System.IO.Stream stream, System.Text.Encoding encoding, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.OnXmlDictionaryReaderClose onClose) { throw null; }
CreateTextReader(System.IO.Stream stream, System.Xml.XmlDictionaryReaderQuotas quotas)473         public static System.Xml.XmlDictionaryReader CreateTextReader(System.IO.Stream stream, System.Xml.XmlDictionaryReaderQuotas quotas) { throw null; }
EndCanonicalization()474         public virtual void EndCanonicalization() { }
GetAttribute(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri)475         public virtual string GetAttribute(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) { throw null; }
GetNonAtomizedNames(out string localName, out string namespaceUri)476         public virtual void GetNonAtomizedNames(out string localName, out string namespaceUri) { localName = default(string); namespaceUri = default(string); }
IndexOfLocalName(string[] localNames, string namespaceUri)477         public virtual int IndexOfLocalName(string[] localNames, string namespaceUri) { throw null; }
IndexOfLocalName(System.Xml.XmlDictionaryString[] localNames, System.Xml.XmlDictionaryString namespaceUri)478         public virtual int IndexOfLocalName(System.Xml.XmlDictionaryString[] localNames, System.Xml.XmlDictionaryString namespaceUri) { throw null; }
IsLocalName(string localName)479         public virtual bool IsLocalName(string localName) { throw null; }
IsLocalName(System.Xml.XmlDictionaryString localName)480         public virtual bool IsLocalName(System.Xml.XmlDictionaryString localName) { throw null; }
IsNamespaceUri(string namespaceUri)481         public virtual bool IsNamespaceUri(string namespaceUri) { throw null; }
IsNamespaceUri(System.Xml.XmlDictionaryString namespaceUri)482         public virtual bool IsNamespaceUri(System.Xml.XmlDictionaryString namespaceUri) { throw null; }
IsStartArray(out System.Type type)483         public virtual bool IsStartArray(out System.Type type) { type = default(System.Type); throw null; }
IsStartElement(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri)484         public virtual bool IsStartElement(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) { throw null; }
IsTextNode(System.Xml.XmlNodeType nodeType)485         protected bool IsTextNode(System.Xml.XmlNodeType nodeType) { throw null; }
MoveToStartElement()486         public virtual void MoveToStartElement() { }
MoveToStartElement(string name)487         public virtual void MoveToStartElement(string name) { }
MoveToStartElement(string localName, string namespaceUri)488         public virtual void MoveToStartElement(string localName, string namespaceUri) { }
MoveToStartElement(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri)489         public virtual void MoveToStartElement(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) { }
ReadArray(string localName, string namespaceUri, bool[] array, int offset, int count)490         public virtual int ReadArray(string localName, string namespaceUri, bool[] array, int offset, int count) { throw null; }
ReadArray(string localName, string namespaceUri, System.DateTime[] array, int offset, int count)491         public virtual int ReadArray(string localName, string namespaceUri, System.DateTime[] array, int offset, int count) { throw null; }
ReadArray(string localName, string namespaceUri, decimal[] array, int offset, int count)492         public virtual int ReadArray(string localName, string namespaceUri, decimal[] array, int offset, int count) { throw null; }
ReadArray(string localName, string namespaceUri, double[] array, int offset, int count)493         public virtual int ReadArray(string localName, string namespaceUri, double[] array, int offset, int count) { throw null; }
ReadArray(string localName, string namespaceUri, System.Guid[] array, int offset, int count)494         public virtual int ReadArray(string localName, string namespaceUri, System.Guid[] array, int offset, int count) { throw null; }
ReadArray(string localName, string namespaceUri, short[] array, int offset, int count)495         public virtual int ReadArray(string localName, string namespaceUri, short[] array, int offset, int count) { throw null; }
ReadArray(string localName, string namespaceUri, int[] array, int offset, int count)496         public virtual int ReadArray(string localName, string namespaceUri, int[] array, int offset, int count) { throw null; }
ReadArray(string localName, string namespaceUri, long[] array, int offset, int count)497         public virtual int ReadArray(string localName, string namespaceUri, long[] array, int offset, int count) { throw null; }
ReadArray(string localName, string namespaceUri, float[] array, int offset, int count)498         public virtual int ReadArray(string localName, string namespaceUri, float[] array, int offset, int count) { throw null; }
ReadArray(string localName, string namespaceUri, System.TimeSpan[] array, int offset, int count)499         public virtual int ReadArray(string localName, string namespaceUri, System.TimeSpan[] array, int offset, int count) { throw null; }
ReadArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, bool[] array, int offset, int count)500         public virtual int ReadArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, bool[] array, int offset, int count) { throw null; }
ReadArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, System.DateTime[] array, int offset, int count)501         public virtual int ReadArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, System.DateTime[] array, int offset, int count) { throw null; }
ReadArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, decimal[] array, int offset, int count)502         public virtual int ReadArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, decimal[] array, int offset, int count) { throw null; }
ReadArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, double[] array, int offset, int count)503         public virtual int ReadArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, double[] array, int offset, int count) { throw null; }
ReadArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, System.Guid[] array, int offset, int count)504         public virtual int ReadArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, System.Guid[] array, int offset, int count) { throw null; }
ReadArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, short[] array, int offset, int count)505         public virtual int ReadArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, short[] array, int offset, int count) { throw null; }
ReadArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, int[] array, int offset, int count)506         public virtual int ReadArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, int[] array, int offset, int count) { throw null; }
ReadArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, long[] array, int offset, int count)507         public virtual int ReadArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, long[] array, int offset, int count) { throw null; }
ReadArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, float[] array, int offset, int count)508         public virtual int ReadArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, float[] array, int offset, int count) { throw null; }
ReadArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, System.TimeSpan[] array, int offset, int count)509         public virtual int ReadArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, System.TimeSpan[] array, int offset, int count) { throw null; }
ReadBooleanArray(string localName, string namespaceUri)510         public virtual bool[] ReadBooleanArray(string localName, string namespaceUri) { throw null; }
ReadBooleanArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri)511         public virtual bool[] ReadBooleanArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) { throw null; }
ReadContentAs(System.Type type, System.Xml.IXmlNamespaceResolver namespaceResolver)512         public override object ReadContentAs(System.Type type, System.Xml.IXmlNamespaceResolver namespaceResolver) { throw null; }
ReadContentAsBase64()513         public virtual byte[] ReadContentAsBase64() { throw null; }
ReadContentAsBinHex()514         public virtual byte[] ReadContentAsBinHex() { throw null; }
ReadContentAsBinHex(int maxByteArrayContentLength)515         protected byte[] ReadContentAsBinHex(int maxByteArrayContentLength) { throw null; }
ReadContentAsChars(char[] chars, int offset, int count)516         public virtual int ReadContentAsChars(char[] chars, int offset, int count) { throw null; }
ReadContentAsDecimal()517         public override decimal ReadContentAsDecimal() { throw null; }
ReadContentAsFloat()518         public override float ReadContentAsFloat() { throw null; }
ReadContentAsGuid()519         public virtual System.Guid ReadContentAsGuid() { throw null; }
ReadContentAsQualifiedName(out string localName, out string namespaceUri)520         public virtual void ReadContentAsQualifiedName(out string localName, out string namespaceUri) { localName = default(string); namespaceUri = default(string); }
ReadContentAsString()521         public override string ReadContentAsString() { throw null; }
ReadContentAsString(int maxStringContentLength)522         protected string ReadContentAsString(int maxStringContentLength) { throw null; }
ReadContentAsString(string[] strings, out int index)523         public virtual string ReadContentAsString(string[] strings, out int index) { index = default(int); throw null; }
ReadContentAsString(System.Xml.XmlDictionaryString[] strings, out int index)524         public virtual string ReadContentAsString(System.Xml.XmlDictionaryString[] strings, out int index) { index = default(int); throw null; }
ReadContentAsTimeSpan()525         public virtual System.TimeSpan ReadContentAsTimeSpan() { throw null; }
ReadContentAsUniqueId()526         public virtual System.Xml.UniqueId ReadContentAsUniqueId() { throw null; }
ReadDateTimeArray(string localName, string namespaceUri)527         public virtual System.DateTime[] ReadDateTimeArray(string localName, string namespaceUri) { throw null; }
ReadDateTimeArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri)528         public virtual System.DateTime[] ReadDateTimeArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) { throw null; }
ReadDecimalArray(string localName, string namespaceUri)529         public virtual decimal[] ReadDecimalArray(string localName, string namespaceUri) { throw null; }
ReadDecimalArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri)530         public virtual decimal[] ReadDecimalArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) { throw null; }
ReadDoubleArray(string localName, string namespaceUri)531         public virtual double[] ReadDoubleArray(string localName, string namespaceUri) { throw null; }
ReadDoubleArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri)532         public virtual double[] ReadDoubleArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) { throw null; }
ReadElementContentAsBase64()533         public virtual byte[] ReadElementContentAsBase64() { throw null; }
ReadElementContentAsBinHex()534         public virtual byte[] ReadElementContentAsBinHex() { throw null; }
ReadElementContentAsBoolean()535         public override bool ReadElementContentAsBoolean() { throw null; }
ReadElementContentAsDateTime()536         public override System.DateTime ReadElementContentAsDateTime() { throw null; }
ReadElementContentAsDecimal()537         public override decimal ReadElementContentAsDecimal() { throw null; }
ReadElementContentAsDouble()538         public override double ReadElementContentAsDouble() { throw null; }
ReadElementContentAsFloat()539         public override float ReadElementContentAsFloat() { throw null; }
ReadElementContentAsGuid()540         public virtual System.Guid ReadElementContentAsGuid() { throw null; }
ReadElementContentAsInt()541         public override int ReadElementContentAsInt() { throw null; }
ReadElementContentAsLong()542         public override long ReadElementContentAsLong() { throw null; }
ReadElementContentAsString()543         public override string ReadElementContentAsString() { throw null; }
ReadElementContentAsTimeSpan()544         public virtual System.TimeSpan ReadElementContentAsTimeSpan() { throw null; }
ReadElementContentAsUniqueId()545         public virtual System.Xml.UniqueId ReadElementContentAsUniqueId() { throw null; }
ReadFullStartElement()546         public virtual void ReadFullStartElement() { }
ReadFullStartElement(string name)547         public virtual void ReadFullStartElement(string name) { }
ReadFullStartElement(string localName, string namespaceUri)548         public virtual void ReadFullStartElement(string localName, string namespaceUri) { }
ReadFullStartElement(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri)549         public virtual void ReadFullStartElement(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) { }
ReadGuidArray(string localName, string namespaceUri)550         public virtual System.Guid[] ReadGuidArray(string localName, string namespaceUri) { throw null; }
ReadGuidArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri)551         public virtual System.Guid[] ReadGuidArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) { throw null; }
ReadInt16Array(string localName, string namespaceUri)552         public virtual short[] ReadInt16Array(string localName, string namespaceUri) { throw null; }
ReadInt16Array(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri)553         public virtual short[] ReadInt16Array(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) { throw null; }
ReadInt32Array(string localName, string namespaceUri)554         public virtual int[] ReadInt32Array(string localName, string namespaceUri) { throw null; }
ReadInt32Array(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri)555         public virtual int[] ReadInt32Array(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) { throw null; }
ReadInt64Array(string localName, string namespaceUri)556         public virtual long[] ReadInt64Array(string localName, string namespaceUri) { throw null; }
ReadInt64Array(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri)557         public virtual long[] ReadInt64Array(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) { throw null; }
ReadSingleArray(string localName, string namespaceUri)558         public virtual float[] ReadSingleArray(string localName, string namespaceUri) { throw null; }
ReadSingleArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri)559         public virtual float[] ReadSingleArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) { throw null; }
ReadStartElement(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri)560         public virtual void ReadStartElement(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) { }
ReadString()561         public override string ReadString() { throw null; }
ReadString(int maxStringContentLength)562         protected string ReadString(int maxStringContentLength) { throw null; }
ReadTimeSpanArray(string localName, string namespaceUri)563         public virtual System.TimeSpan[] ReadTimeSpanArray(string localName, string namespaceUri) { throw null; }
ReadTimeSpanArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri)564         public virtual System.TimeSpan[] ReadTimeSpanArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) { throw null; }
ReadValueAsBase64(byte[] buffer, int offset, int count)565         public virtual int ReadValueAsBase64(byte[] buffer, int offset, int count) { throw null; }
StartCanonicalization(System.IO.Stream stream, bool includeComments, string[] inclusivePrefixes)566         public virtual void StartCanonicalization(System.IO.Stream stream, bool includeComments, string[] inclusivePrefixes) { }
TryGetArrayLength(out int count)567         public virtual bool TryGetArrayLength(out int count) { count = default(int); throw null; }
TryGetBase64ContentLength(out int length)568         public virtual bool TryGetBase64ContentLength(out int length) { length = default(int); throw null; }
TryGetLocalNameAsDictionaryString(out System.Xml.XmlDictionaryString localName)569         public virtual bool TryGetLocalNameAsDictionaryString(out System.Xml.XmlDictionaryString localName) { localName = default(System.Xml.XmlDictionaryString); throw null; }
TryGetNamespaceUriAsDictionaryString(out System.Xml.XmlDictionaryString namespaceUri)570         public virtual bool TryGetNamespaceUriAsDictionaryString(out System.Xml.XmlDictionaryString namespaceUri) { namespaceUri = default(System.Xml.XmlDictionaryString); throw null; }
TryGetValueAsDictionaryString(out System.Xml.XmlDictionaryString value)571         public virtual bool TryGetValueAsDictionaryString(out System.Xml.XmlDictionaryString value) { value = default(System.Xml.XmlDictionaryString); throw null; }
572     }
573     public sealed partial class XmlDictionaryReaderQuotas
574     {
XmlDictionaryReaderQuotas()575         public XmlDictionaryReaderQuotas() { }
576         public static System.Xml.XmlDictionaryReaderQuotas Max { get { throw null; } }
577         [System.ComponentModel.DefaultValueAttribute(16384)]
578         public int MaxArrayLength { get { throw null; } set { } }
579         [System.ComponentModel.DefaultValueAttribute(4096)]
580         public int MaxBytesPerRead { get { throw null; } set { } }
581         [System.ComponentModel.DefaultValueAttribute(32)]
582         public int MaxDepth { get { throw null; } set { } }
583         [System.ComponentModel.DefaultValueAttribute(16384)]
584         public int MaxNameTableCharCount { get { throw null; } set { } }
585         [System.ComponentModel.DefaultValueAttribute(8192)]
586         public int MaxStringContentLength { get { throw null; } set { } }
587         public System.Xml.XmlDictionaryReaderQuotaTypes ModifiedQuotas { get { throw null; } }
CopyTo(System.Xml.XmlDictionaryReaderQuotas quotas)588         public void CopyTo(System.Xml.XmlDictionaryReaderQuotas quotas) { }
589     }
590     [System.FlagsAttribute]
591     public enum XmlDictionaryReaderQuotaTypes
592     {
593         MaxArrayLength = 4,
594         MaxBytesPerRead = 8,
595         MaxDepth = 1,
596         MaxNameTableCharCount = 16,
597         MaxStringContentLength = 2,
598     }
599     public partial class XmlDictionaryString
600     {
XmlDictionaryString(System.Xml.IXmlDictionary dictionary, string value, int key)601         public XmlDictionaryString(System.Xml.IXmlDictionary dictionary, string value, int key) { }
602         public System.Xml.IXmlDictionary Dictionary { get { throw null; } }
603         public static System.Xml.XmlDictionaryString Empty { get { throw null; } }
604         public int Key { get { throw null; } }
605         public string Value { get { throw null; } }
ToString()606         public override string ToString() { throw null; }
607     }
608     public abstract partial class XmlDictionaryWriter : System.Xml.XmlWriter
609     {
XmlDictionaryWriter()610         protected XmlDictionaryWriter() { }
611         public virtual bool CanCanonicalize { get { throw null; } }
CreateBinaryWriter(System.IO.Stream stream)612         public static System.Xml.XmlDictionaryWriter CreateBinaryWriter(System.IO.Stream stream) { throw null; }
CreateBinaryWriter(System.IO.Stream stream, System.Xml.IXmlDictionary dictionary)613         public static System.Xml.XmlDictionaryWriter CreateBinaryWriter(System.IO.Stream stream, System.Xml.IXmlDictionary dictionary) { throw null; }
CreateBinaryWriter(System.IO.Stream stream, System.Xml.IXmlDictionary dictionary, System.Xml.XmlBinaryWriterSession session)614         public static System.Xml.XmlDictionaryWriter CreateBinaryWriter(System.IO.Stream stream, System.Xml.IXmlDictionary dictionary, System.Xml.XmlBinaryWriterSession session) { throw null; }
CreateBinaryWriter(System.IO.Stream stream, System.Xml.IXmlDictionary dictionary, System.Xml.XmlBinaryWriterSession session, bool ownsStream)615         public static System.Xml.XmlDictionaryWriter CreateBinaryWriter(System.IO.Stream stream, System.Xml.IXmlDictionary dictionary, System.Xml.XmlBinaryWriterSession session, bool ownsStream) { throw null; }
CreateDictionaryWriter(System.Xml.XmlWriter writer)616         public static System.Xml.XmlDictionaryWriter CreateDictionaryWriter(System.Xml.XmlWriter writer) { throw null; }
CreateMtomWriter(System.IO.Stream stream, System.Text.Encoding encoding, int maxSizeInBytes, string startInfo)617         public static System.Xml.XmlDictionaryWriter CreateMtomWriter(System.IO.Stream stream, System.Text.Encoding encoding, int maxSizeInBytes, string startInfo) { throw null; }
CreateMtomWriter(System.IO.Stream stream, System.Text.Encoding encoding, int maxSizeInBytes, string startInfo, string boundary, string startUri, bool writeMessageHeaders, bool ownsStream)618         public static System.Xml.XmlDictionaryWriter CreateMtomWriter(System.IO.Stream stream, System.Text.Encoding encoding, int maxSizeInBytes, string startInfo, string boundary, string startUri, bool writeMessageHeaders, bool ownsStream) { throw null; }
CreateTextWriter(System.IO.Stream stream)619         public static System.Xml.XmlDictionaryWriter CreateTextWriter(System.IO.Stream stream) { throw null; }
CreateTextWriter(System.IO.Stream stream, System.Text.Encoding encoding)620         public static System.Xml.XmlDictionaryWriter CreateTextWriter(System.IO.Stream stream, System.Text.Encoding encoding) { throw null; }
CreateTextWriter(System.IO.Stream stream, System.Text.Encoding encoding, bool ownsStream)621         public static System.Xml.XmlDictionaryWriter CreateTextWriter(System.IO.Stream stream, System.Text.Encoding encoding, bool ownsStream) { throw null; }
EndCanonicalization()622         public virtual void EndCanonicalization() { }
StartCanonicalization(System.IO.Stream stream, bool includeComments, string[] inclusivePrefixes)623         public virtual void StartCanonicalization(System.IO.Stream stream, bool includeComments, string[] inclusivePrefixes) { }
WriteArray(string prefix, string localName, string namespaceUri, bool[] array, int offset, int count)624         public virtual void WriteArray(string prefix, string localName, string namespaceUri, bool[] array, int offset, int count) { }
WriteArray(string prefix, string localName, string namespaceUri, System.DateTime[] array, int offset, int count)625         public virtual void WriteArray(string prefix, string localName, string namespaceUri, System.DateTime[] array, int offset, int count) { }
WriteArray(string prefix, string localName, string namespaceUri, decimal[] array, int offset, int count)626         public virtual void WriteArray(string prefix, string localName, string namespaceUri, decimal[] array, int offset, int count) { }
WriteArray(string prefix, string localName, string namespaceUri, double[] array, int offset, int count)627         public virtual void WriteArray(string prefix, string localName, string namespaceUri, double[] array, int offset, int count) { }
WriteArray(string prefix, string localName, string namespaceUri, System.Guid[] array, int offset, int count)628         public virtual void WriteArray(string prefix, string localName, string namespaceUri, System.Guid[] array, int offset, int count) { }
WriteArray(string prefix, string localName, string namespaceUri, short[] array, int offset, int count)629         public virtual void WriteArray(string prefix, string localName, string namespaceUri, short[] array, int offset, int count) { }
WriteArray(string prefix, string localName, string namespaceUri, int[] array, int offset, int count)630         public virtual void WriteArray(string prefix, string localName, string namespaceUri, int[] array, int offset, int count) { }
WriteArray(string prefix, string localName, string namespaceUri, long[] array, int offset, int count)631         public virtual void WriteArray(string prefix, string localName, string namespaceUri, long[] array, int offset, int count) { }
WriteArray(string prefix, string localName, string namespaceUri, float[] array, int offset, int count)632         public virtual void WriteArray(string prefix, string localName, string namespaceUri, float[] array, int offset, int count) { }
WriteArray(string prefix, string localName, string namespaceUri, System.TimeSpan[] array, int offset, int count)633         public virtual void WriteArray(string prefix, string localName, string namespaceUri, System.TimeSpan[] array, int offset, int count) { }
WriteArray(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, bool[] array, int offset, int count)634         public virtual void WriteArray(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, bool[] array, int offset, int count) { }
WriteArray(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, System.DateTime[] array, int offset, int count)635         public virtual void WriteArray(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, System.DateTime[] array, int offset, int count) { }
WriteArray(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, decimal[] array, int offset, int count)636         public virtual void WriteArray(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, decimal[] array, int offset, int count) { }
WriteArray(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, double[] array, int offset, int count)637         public virtual void WriteArray(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, double[] array, int offset, int count) { }
WriteArray(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, System.Guid[] array, int offset, int count)638         public virtual void WriteArray(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, System.Guid[] array, int offset, int count) { }
WriteArray(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, short[] array, int offset, int count)639         public virtual void WriteArray(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, short[] array, int offset, int count) { }
WriteArray(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, int[] array, int offset, int count)640         public virtual void WriteArray(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, int[] array, int offset, int count) { }
WriteArray(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, long[] array, int offset, int count)641         public virtual void WriteArray(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, long[] array, int offset, int count) { }
WriteArray(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, float[] array, int offset, int count)642         public virtual void WriteArray(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, float[] array, int offset, int count) { }
WriteArray(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, System.TimeSpan[] array, int offset, int count)643         public virtual void WriteArray(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, System.TimeSpan[] array, int offset, int count) { }
WriteAttributeString(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, string value)644         public void WriteAttributeString(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, string value) { }
WriteAttributeString(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, string value)645         public void WriteAttributeString(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, string value) { }
WriteBase64Async(byte[] buffer, int index, int count)646         public override System.Threading.Tasks.Task WriteBase64Async(byte[] buffer, int index, int count) { throw null; }
WriteElementString(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, string value)647         public void WriteElementString(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, string value) { }
WriteElementString(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, string value)648         public void WriteElementString(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, string value) { }
WriteNode(System.Xml.XmlDictionaryReader reader, bool defattr)649         public virtual void WriteNode(System.Xml.XmlDictionaryReader reader, bool defattr) { }
WriteNode(System.Xml.XmlReader reader, bool defattr)650         public override void WriteNode(System.Xml.XmlReader reader, bool defattr) { }
WriteQualifiedName(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri)651         public virtual void WriteQualifiedName(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) { }
WriteStartAttribute(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri)652         public virtual void WriteStartAttribute(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) { }
WriteStartAttribute(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri)653         public void WriteStartAttribute(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) { }
WriteStartElement(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri)654         public virtual void WriteStartElement(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) { }
WriteStartElement(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri)655         public void WriteStartElement(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) { }
WriteString(System.Xml.XmlDictionaryString value)656         public virtual void WriteString(System.Xml.XmlDictionaryString value) { }
WriteTextNode(System.Xml.XmlDictionaryReader reader, bool isAttribute)657         protected virtual void WriteTextNode(System.Xml.XmlDictionaryReader reader, bool isAttribute) { }
WriteValue(System.Guid value)658         public virtual void WriteValue(System.Guid value) { }
WriteValue(System.TimeSpan value)659         public virtual void WriteValue(System.TimeSpan value) { }
WriteValue(System.Xml.IStreamProvider value)660         public virtual void WriteValue(System.Xml.IStreamProvider value) { }
WriteValue(System.Xml.UniqueId value)661         public virtual void WriteValue(System.Xml.UniqueId value) { }
WriteValue(System.Xml.XmlDictionaryString value)662         public virtual void WriteValue(System.Xml.XmlDictionaryString value) { }
WriteValueAsync(System.Xml.IStreamProvider value)663         public virtual System.Threading.Tasks.Task WriteValueAsync(System.Xml.IStreamProvider value) { throw null; }
WriteXmlAttribute(string localName, string value)664         public virtual void WriteXmlAttribute(string localName, string value) { }
WriteXmlAttribute(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString value)665         public virtual void WriteXmlAttribute(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString value) { }
WriteXmlnsAttribute(string prefix, string namespaceUri)666         public virtual void WriteXmlnsAttribute(string prefix, string namespaceUri) { }
WriteXmlnsAttribute(string prefix, System.Xml.XmlDictionaryString namespaceUri)667         public virtual void WriteXmlnsAttribute(string prefix, System.Xml.XmlDictionaryString namespaceUri) { }
668     }
669 }
670