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("4.0.0.0")]
6 [assembly:System.CLSCompliantAttribute(true)]
7 [assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(258))]
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.30319.17020")]
13 [assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.0.30319.17020")]
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("4.0.0.0")]
18 [assembly:System.Runtime.CompilerServices.InternalsVisibleToAttribute("System.ServiceModel, PublicKey=00000000000000000400000000000000")]
19 [assembly:System.Runtime.CompilerServices.InternalsVisibleToAttribute("System.ServiceModel.Web, PublicKey=00000000000000000400000000000000")]
20 [assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
21 [assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
22 [assembly:System.Runtime.InteropServices.ComCompatibleVersionAttribute(1, 0, 3300, 0)]
23 [assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
24 [assembly:System.Security.AllowPartiallyTrustedCallersAttribute]
25 [assembly:System.Security.SecurityCriticalAttribute((System.Security.SecurityCriticalScope)(0))]
26 [assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
27 namespace System.Runtime.Serialization
28 {
29     [System.AttributeUsageAttribute((System.AttributeTargets)(12), Inherited=false, AllowMultiple=false)]
30     public sealed partial class CollectionDataContractAttribute : System.Attribute
31     {
CollectionDataContractAttribute()32         public CollectionDataContractAttribute() { }
33         public bool IsReference { get { throw null; } set { } }
34         public string ItemName { get { throw null; } set { } }
35         public string KeyName { get { throw null; } set { } }
36         public string Name { get { throw null; } set { } }
37         public string Namespace { get { throw null; } set { } }
38         public string ValueName { get { throw null; } set { } }
39     }
40     [System.AttributeUsageAttribute((System.AttributeTargets)(3), Inherited=false, AllowMultiple=true)]
41     public sealed partial class ContractNamespaceAttribute : System.Attribute
42     {
ContractNamespaceAttribute(string contractNamespace)43         public ContractNamespaceAttribute(string contractNamespace) { }
44         public string ClrNamespace { get { throw null; } set { } }
45         public string ContractNamespace { get { throw null; } }
46     }
47     [System.AttributeUsageAttribute((System.AttributeTargets)(28), Inherited=false, AllowMultiple=false)]
48     public sealed partial class DataContractAttribute : System.Attribute
49     {
DataContractAttribute()50         public DataContractAttribute() { }
51         public bool IsReference { get { throw null; } set { } }
52         public string Name { get { throw null; } set { } }
53         public string Namespace { get { throw null; } set { } }
54     }
55     public abstract partial class DataContractResolver
56     {
DataContractResolver()57         protected DataContractResolver() { }
ResolveName(string typeName, string typeNamespace, System.Type declaredType, System.Runtime.Serialization.DataContractResolver knownTypeResolver)58         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)59         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);
60     }
61     public sealed partial class DataContractSerializer : System.Runtime.Serialization.XmlObjectSerializer
62     {
DataContractSerializer(System.Type type)63         public DataContractSerializer(System.Type type) { }
DataContractSerializer(System.Type type, System.Collections.Generic.IEnumerable<System.Type> knownTypes)64         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)65         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)66         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)67         public DataContractSerializer(System.Type type, System.Runtime.Serialization.DataContractSerializerSettings settings) { }
DataContractSerializer(System.Type type, string rootName, string rootNamespace)68         public DataContractSerializer(System.Type type, string rootName, string rootNamespace) { }
DataContractSerializer(System.Type type, string rootName, string rootNamespace, System.Collections.Generic.IEnumerable<System.Type> knownTypes)69         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)70         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)71         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)72         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)73         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)74         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)75         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) { }
76         public System.Runtime.Serialization.DataContractResolver DataContractResolver { get { throw null; } }
77         public System.Runtime.Serialization.IDataContractSurrogate DataContractSurrogate { get { throw null; } }
78         public bool IgnoreExtensionDataObject { get { throw null; } }
79         public System.Collections.ObjectModel.ReadOnlyCollection<System.Type> KnownTypes { get { throw null; } }
80         public int MaxItemsInObjectGraph { get { throw null; } }
81         public bool PreserveObjectReferences { get { throw null; } }
82         public bool SerializeReadOnlyTypes { get { throw null; } }
IsStartObject(System.Xml.XmlDictionaryReader reader)83         public override bool IsStartObject(System.Xml.XmlDictionaryReader reader) { throw null; }
IsStartObject(System.Xml.XmlReader reader)84         public override bool IsStartObject(System.Xml.XmlReader reader) { throw null; }
ReadObject(System.Xml.XmlDictionaryReader reader, bool verifyObjectName)85         public override object ReadObject(System.Xml.XmlDictionaryReader reader, bool verifyObjectName) { throw null; }
ReadObject(System.Xml.XmlDictionaryReader reader, bool verifyObjectName, System.Runtime.Serialization.DataContractResolver dataContractResolver)86         public object ReadObject(System.Xml.XmlDictionaryReader reader, bool verifyObjectName, System.Runtime.Serialization.DataContractResolver dataContractResolver) { throw null; }
ReadObject(System.Xml.XmlReader reader)87         public override object ReadObject(System.Xml.XmlReader reader) { throw null; }
ReadObject(System.Xml.XmlReader reader, bool verifyObjectName)88         public override object ReadObject(System.Xml.XmlReader reader, bool verifyObjectName) { throw null; }
WriteEndObject(System.Xml.XmlDictionaryWriter writer)89         public override void WriteEndObject(System.Xml.XmlDictionaryWriter writer) { }
WriteEndObject(System.Xml.XmlWriter writer)90         public override void WriteEndObject(System.Xml.XmlWriter writer) { }
WriteObject(System.Xml.XmlDictionaryWriter writer, object graph, System.Runtime.Serialization.DataContractResolver dataContractResolver)91         public void WriteObject(System.Xml.XmlDictionaryWriter writer, object graph, System.Runtime.Serialization.DataContractResolver dataContractResolver) { }
WriteObject(System.Xml.XmlWriter writer, object graph)92         public override void WriteObject(System.Xml.XmlWriter writer, object graph) { }
WriteObjectContent(System.Xml.XmlDictionaryWriter writer, object graph)93         public override void WriteObjectContent(System.Xml.XmlDictionaryWriter writer, object graph) { }
WriteObjectContent(System.Xml.XmlWriter writer, object graph)94         public override void WriteObjectContent(System.Xml.XmlWriter writer, object graph) { }
WriteStartObject(System.Xml.XmlDictionaryWriter writer, object graph)95         public override void WriteStartObject(System.Xml.XmlDictionaryWriter writer, object graph) { }
WriteStartObject(System.Xml.XmlWriter writer, object graph)96         public override void WriteStartObject(System.Xml.XmlWriter writer, object graph) { }
97     }
98     public partial class DataContractSerializerSettings
99     {
DataContractSerializerSettings()100         public DataContractSerializerSettings() { }
101         public System.Runtime.Serialization.DataContractResolver DataContractResolver { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
102         public System.Runtime.Serialization.IDataContractSurrogate DataContractSurrogate { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
103         public bool IgnoreExtensionDataObject { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
104         public System.Collections.Generic.IEnumerable<System.Type> KnownTypes { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
105         public int MaxItemsInObjectGraph { get { throw null; } set { } }
106         public bool PreserveObjectReferences { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
107         public System.Xml.XmlDictionaryString RootName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
108         public System.Xml.XmlDictionaryString RootNamespace { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
109         public bool SerializeReadOnlyTypes { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
110     }
111     [System.AttributeUsageAttribute((System.AttributeTargets)(384), Inherited=false, AllowMultiple=false)]
112     public sealed partial class DataMemberAttribute : System.Attribute
113     {
DataMemberAttribute()114         public DataMemberAttribute() { }
115         public bool EmitDefaultValue { get { throw null; } set { } }
116         public bool IsRequired { get { throw null; } set { } }
117         public string Name { get { throw null; } set { } }
118         public int Order { get { throw null; } set { } }
119     }
120     public partial class DateTimeFormat
121     {
DateTimeFormat(string formatString)122         public DateTimeFormat(string formatString) { }
DateTimeFormat(string formatString, System.IFormatProvider formatProvider)123         public DateTimeFormat(string formatString, System.IFormatProvider formatProvider) { }
124         public System.Globalization.DateTimeStyles DateTimeStyles { get { throw null; } set { } }
125         public System.IFormatProvider FormatProvider { get { throw null; } }
126         public string FormatString { get { throw null; } }
127     }
128     public enum EmitTypeInformation
129     {
130         Always = 1,
131         AsNeeded = 0,
132         Never = 2,
133     }
134     [System.AttributeUsageAttribute((System.AttributeTargets)(256), Inherited=false, AllowMultiple=false)]
135     public sealed partial class EnumMemberAttribute : System.Attribute
136     {
EnumMemberAttribute()137         public EnumMemberAttribute() { }
138         public string Value { get { throw null; } set { } }
139     }
140     public partial class ExportOptions
141     {
ExportOptions()142         public ExportOptions() { }
143         public System.Runtime.Serialization.IDataContractSurrogate DataContractSurrogate { get { throw null; } set { } }
144         public System.Collections.ObjectModel.Collection<System.Type> KnownTypes { get { throw null; } }
145     }
146     public sealed partial class ExtensionDataObject
147     {
ExtensionDataObject()148         internal ExtensionDataObject() { }
149     }
150     public partial interface IDataContractSurrogate
151     {
GetCustomDataToExport(System.Reflection.MemberInfo memberInfo, System.Type dataContractType)152         object GetCustomDataToExport(System.Reflection.MemberInfo memberInfo, System.Type dataContractType);
GetCustomDataToExport(System.Type clrType, System.Type dataContractType)153         object GetCustomDataToExport(System.Type clrType, System.Type dataContractType);
GetDataContractType(System.Type type)154         System.Type GetDataContractType(System.Type type);
GetDeserializedObject(object obj, System.Type targetType)155         object GetDeserializedObject(object obj, System.Type targetType);
GetKnownCustomDataTypes(System.Collections.ObjectModel.Collection<System.Type> customDataTypes)156         void GetKnownCustomDataTypes(System.Collections.ObjectModel.Collection<System.Type> customDataTypes);
GetObjectToSerialize(object obj, System.Type targetType)157         object GetObjectToSerialize(object obj, System.Type targetType);
GetReferencedTypeOnImport(string typeName, string typeNamespace, object customData)158         System.Type GetReferencedTypeOnImport(string typeName, string typeNamespace, object customData);
ProcessImportedType(System.CodeDom.CodeTypeDeclaration typeDeclaration, System.CodeDom.CodeCompileUnit compileUnit)159         System.CodeDom.CodeTypeDeclaration ProcessImportedType(System.CodeDom.CodeTypeDeclaration typeDeclaration, System.CodeDom.CodeCompileUnit compileUnit);
160     }
161     public partial interface IExtensibleDataObject
162     {
163         System.Runtime.Serialization.ExtensionDataObject ExtensionData { get; set; }
164     }
165     [System.AttributeUsageAttribute((System.AttributeTargets)(384), Inherited=false, AllowMultiple=false)]
166     public sealed partial class IgnoreDataMemberAttribute : System.Attribute
167     {
IgnoreDataMemberAttribute()168         public IgnoreDataMemberAttribute() { }
169     }
170     public partial class ImportOptions
171     {
ImportOptions()172         public ImportOptions() { }
173         public System.CodeDom.Compiler.CodeDomProvider CodeProvider { get { throw null; } set { } }
174         public System.Runtime.Serialization.IDataContractSurrogate DataContractSurrogate { get { throw null; } set { } }
175         public bool EnableDataBinding { get { throw null; } set { } }
176         public bool GenerateInternal { get { throw null; } set { } }
177         public bool GenerateSerializable { get { throw null; } set { } }
178         public bool ImportXmlType { get { throw null; } set { } }
179         public System.Collections.Generic.IDictionary<string, string> Namespaces { get { throw null; } }
180         public System.Collections.Generic.ICollection<System.Type> ReferencedCollectionTypes { get { throw null; } }
181         public System.Collections.Generic.ICollection<System.Type> ReferencedTypes { get { throw null; } }
182     }
183     [System.SerializableAttribute]
184     public partial class InvalidDataContractException : System.Exception
185     {
InvalidDataContractException()186         public InvalidDataContractException() { }
InvalidDataContractException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)187         protected InvalidDataContractException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
InvalidDataContractException(string message)188         public InvalidDataContractException(string message) { }
InvalidDataContractException(string message, System.Exception innerException)189         public InvalidDataContractException(string message, System.Exception innerException) { }
190     }
191     [System.AttributeUsageAttribute((System.AttributeTargets)(12), Inherited=true, AllowMultiple=true)]
192     public sealed partial class KnownTypeAttribute : System.Attribute
193     {
KnownTypeAttribute(string methodName)194         public KnownTypeAttribute(string methodName) { }
KnownTypeAttribute(System.Type type)195         public KnownTypeAttribute(System.Type type) { }
196         public string MethodName { get { throw null; } }
197         public System.Type Type { get { throw null; } }
198     }
199     public sealed partial class NetDataContractSerializer : System.Runtime.Serialization.XmlObjectSerializer, System.Runtime.Serialization.IFormatter
200     {
NetDataContractSerializer()201         public NetDataContractSerializer() { }
NetDataContractSerializer(System.Runtime.Serialization.StreamingContext context)202         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)203         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)204         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)205         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)206         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)207         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) { }
208         public System.Runtime.Serialization.Formatters.FormatterAssemblyStyle AssemblyFormat { get { throw null; } set { } }
209         public System.Runtime.Serialization.SerializationBinder Binder { get { throw null; } set { } }
210         public System.Runtime.Serialization.StreamingContext Context { get { throw null; } set { } }
211         public bool IgnoreExtensionDataObject { get { throw null; } }
212         public int MaxItemsInObjectGraph { get { throw null; } }
213         public System.Runtime.Serialization.ISurrogateSelector SurrogateSelector { get { throw null; } set { } }
Deserialize(System.IO.Stream stream)214         public object Deserialize(System.IO.Stream stream) { throw null; }
IsStartObject(System.Xml.XmlDictionaryReader reader)215         public override bool IsStartObject(System.Xml.XmlDictionaryReader reader) { throw null; }
IsStartObject(System.Xml.XmlReader reader)216         public override bool IsStartObject(System.Xml.XmlReader reader) { throw null; }
ReadObject(System.Xml.XmlDictionaryReader reader, bool verifyObjectName)217         public override object ReadObject(System.Xml.XmlDictionaryReader reader, bool verifyObjectName) { throw null; }
ReadObject(System.Xml.XmlReader reader)218         public override object ReadObject(System.Xml.XmlReader reader) { throw null; }
ReadObject(System.Xml.XmlReader reader, bool verifyObjectName)219         public override object ReadObject(System.Xml.XmlReader reader, bool verifyObjectName) { throw null; }
Serialize(System.IO.Stream stream, object graph)220         public void Serialize(System.IO.Stream stream, object graph) { }
WriteEndObject(System.Xml.XmlDictionaryWriter writer)221         public override void WriteEndObject(System.Xml.XmlDictionaryWriter writer) { }
WriteEndObject(System.Xml.XmlWriter writer)222         public override void WriteEndObject(System.Xml.XmlWriter writer) { }
WriteObject(System.Xml.XmlWriter writer, object graph)223         public override void WriteObject(System.Xml.XmlWriter writer, object graph) { }
WriteObjectContent(System.Xml.XmlDictionaryWriter writer, object graph)224         public override void WriteObjectContent(System.Xml.XmlDictionaryWriter writer, object graph) { }
WriteObjectContent(System.Xml.XmlWriter writer, object graph)225         public override void WriteObjectContent(System.Xml.XmlWriter writer, object graph) { }
WriteStartObject(System.Xml.XmlDictionaryWriter writer, object graph)226         public override void WriteStartObject(System.Xml.XmlDictionaryWriter writer, object graph) { }
WriteStartObject(System.Xml.XmlWriter writer, object graph)227         public override void WriteStartObject(System.Xml.XmlWriter writer, object graph) { }
228     }
229     public abstract partial class XmlObjectSerializer
230     {
XmlObjectSerializer()231         protected XmlObjectSerializer() { }
IsStartObject(System.Xml.XmlDictionaryReader reader)232         public abstract bool IsStartObject(System.Xml.XmlDictionaryReader reader);
IsStartObject(System.Xml.XmlReader reader)233         public virtual bool IsStartObject(System.Xml.XmlReader reader) { throw null; }
ReadObject(System.IO.Stream stream)234         public virtual object ReadObject(System.IO.Stream stream) { throw null; }
ReadObject(System.Xml.XmlDictionaryReader reader)235         public virtual object ReadObject(System.Xml.XmlDictionaryReader reader) { throw null; }
ReadObject(System.Xml.XmlDictionaryReader reader, bool verifyObjectName)236         public abstract object ReadObject(System.Xml.XmlDictionaryReader reader, bool verifyObjectName);
ReadObject(System.Xml.XmlReader reader)237         public virtual object ReadObject(System.Xml.XmlReader reader) { throw null; }
ReadObject(System.Xml.XmlReader reader, bool verifyObjectName)238         public virtual object ReadObject(System.Xml.XmlReader reader, bool verifyObjectName) { throw null; }
WriteEndObject(System.Xml.XmlDictionaryWriter writer)239         public abstract void WriteEndObject(System.Xml.XmlDictionaryWriter writer);
WriteEndObject(System.Xml.XmlWriter writer)240         public virtual void WriteEndObject(System.Xml.XmlWriter writer) { }
WriteObject(System.IO.Stream stream, object graph)241         public virtual void WriteObject(System.IO.Stream stream, object graph) { }
WriteObject(System.Xml.XmlDictionaryWriter writer, object graph)242         public virtual void WriteObject(System.Xml.XmlDictionaryWriter writer, object graph) { }
WriteObject(System.Xml.XmlWriter writer, object graph)243         public virtual void WriteObject(System.Xml.XmlWriter writer, object graph) { }
WriteObjectContent(System.Xml.XmlDictionaryWriter writer, object graph)244         public abstract void WriteObjectContent(System.Xml.XmlDictionaryWriter writer, object graph);
WriteObjectContent(System.Xml.XmlWriter writer, object graph)245         public virtual void WriteObjectContent(System.Xml.XmlWriter writer, object graph) { }
WriteStartObject(System.Xml.XmlDictionaryWriter writer, object graph)246         public abstract void WriteStartObject(System.Xml.XmlDictionaryWriter writer, object graph);
WriteStartObject(System.Xml.XmlWriter writer, object graph)247         public virtual void WriteStartObject(System.Xml.XmlWriter writer, object graph) { }
248     }
249     public static partial class XmlSerializableServices
250     {
AddDefaultSchema(System.Xml.Schema.XmlSchemaSet schemas, System.Xml.XmlQualifiedName typeQName)251         public static void AddDefaultSchema(System.Xml.Schema.XmlSchemaSet schemas, System.Xml.XmlQualifiedName typeQName) { }
ReadNodes(System.Xml.XmlReader xmlReader)252         public static System.Xml.XmlNode[] ReadNodes(System.Xml.XmlReader xmlReader) { throw null; }
WriteNodes(System.Xml.XmlWriter xmlWriter, System.Xml.XmlNode[] nodes)253         public static void WriteNodes(System.Xml.XmlWriter xmlWriter, System.Xml.XmlNode[] nodes) { }
254     }
255     public static partial class XPathQueryGenerator
256     {
CreateFromDataContractSerializer(System.Type type, System.Reflection.MemberInfo[] pathToMember, System.Text.StringBuilder rootElementXpath, out System.Xml.XmlNamespaceManager namespaces)257         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)258         public static string CreateFromDataContractSerializer(System.Type type, System.Reflection.MemberInfo[] pathToMember, out System.Xml.XmlNamespaceManager namespaces) { namespaces = default(System.Xml.XmlNamespaceManager); throw null; }
259     }
260     public partial class XsdDataContractExporter
261     {
XsdDataContractExporter()262         public XsdDataContractExporter() { }
XsdDataContractExporter(System.Xml.Schema.XmlSchemaSet schemas)263         public XsdDataContractExporter(System.Xml.Schema.XmlSchemaSet schemas) { }
264         public System.Runtime.Serialization.ExportOptions Options { get { throw null; } set { } }
265         public System.Xml.Schema.XmlSchemaSet Schemas { get { throw null; } }
CanExport(System.Collections.Generic.ICollection<System.Reflection.Assembly> assemblies)266         public bool CanExport(System.Collections.Generic.ICollection<System.Reflection.Assembly> assemblies) { throw null; }
CanExport(System.Collections.Generic.ICollection<System.Type> types)267         public bool CanExport(System.Collections.Generic.ICollection<System.Type> types) { throw null; }
CanExport(System.Type type)268         public bool CanExport(System.Type type) { throw null; }
Export(System.Collections.Generic.ICollection<System.Reflection.Assembly> assemblies)269         public void Export(System.Collections.Generic.ICollection<System.Reflection.Assembly> assemblies) { }
Export(System.Collections.Generic.ICollection<System.Type> types)270         public void Export(System.Collections.Generic.ICollection<System.Type> types) { }
Export(System.Type type)271         public void Export(System.Type type) { }
GetRootElementName(System.Type type)272         public System.Xml.XmlQualifiedName GetRootElementName(System.Type type) { throw null; }
GetSchemaType(System.Type type)273         public System.Xml.Schema.XmlSchemaType GetSchemaType(System.Type type) { throw null; }
GetSchemaTypeName(System.Type type)274         public System.Xml.XmlQualifiedName GetSchemaTypeName(System.Type type) { throw null; }
275     }
276     public partial class XsdDataContractImporter
277     {
XsdDataContractImporter()278         public XsdDataContractImporter() { }
XsdDataContractImporter(System.CodeDom.CodeCompileUnit codeCompileUnit)279         public XsdDataContractImporter(System.CodeDom.CodeCompileUnit codeCompileUnit) { }
280         public System.CodeDom.CodeCompileUnit CodeCompileUnit { get { throw null; } }
281         public System.Runtime.Serialization.ImportOptions Options { get { throw null; } set { } }
CanImport(System.Xml.Schema.XmlSchemaSet schemas)282         public bool CanImport(System.Xml.Schema.XmlSchemaSet schemas) { throw null; }
CanImport(System.Xml.Schema.XmlSchemaSet schemas, System.Collections.Generic.ICollection<System.Xml.XmlQualifiedName> typeNames)283         public bool CanImport(System.Xml.Schema.XmlSchemaSet schemas, System.Collections.Generic.ICollection<System.Xml.XmlQualifiedName> typeNames) { throw null; }
CanImport(System.Xml.Schema.XmlSchemaSet schemas, System.Xml.Schema.XmlSchemaElement element)284         public bool CanImport(System.Xml.Schema.XmlSchemaSet schemas, System.Xml.Schema.XmlSchemaElement element) { throw null; }
CanImport(System.Xml.Schema.XmlSchemaSet schemas, System.Xml.XmlQualifiedName typeName)285         public bool CanImport(System.Xml.Schema.XmlSchemaSet schemas, System.Xml.XmlQualifiedName typeName) { throw null; }
GetCodeTypeReference(System.Xml.XmlQualifiedName typeName)286         public System.CodeDom.CodeTypeReference GetCodeTypeReference(System.Xml.XmlQualifiedName typeName) { throw null; }
GetCodeTypeReference(System.Xml.XmlQualifiedName typeName, System.Xml.Schema.XmlSchemaElement element)287         public System.CodeDom.CodeTypeReference GetCodeTypeReference(System.Xml.XmlQualifiedName typeName, System.Xml.Schema.XmlSchemaElement element) { throw null; }
GetKnownTypeReferences(System.Xml.XmlQualifiedName typeName)288         public System.Collections.Generic.ICollection<System.CodeDom.CodeTypeReference> GetKnownTypeReferences(System.Xml.XmlQualifiedName typeName) { throw null; }
Import(System.Xml.Schema.XmlSchemaSet schemas)289         public void Import(System.Xml.Schema.XmlSchemaSet schemas) { }
Import(System.Xml.Schema.XmlSchemaSet schemas, System.Collections.Generic.ICollection<System.Xml.XmlQualifiedName> typeNames)290         public void Import(System.Xml.Schema.XmlSchemaSet schemas, System.Collections.Generic.ICollection<System.Xml.XmlQualifiedName> typeNames) { }
Import(System.Xml.Schema.XmlSchemaSet schemas, System.Xml.Schema.XmlSchemaElement element)291         public System.Xml.XmlQualifiedName Import(System.Xml.Schema.XmlSchemaSet schemas, System.Xml.Schema.XmlSchemaElement element) { throw null; }
Import(System.Xml.Schema.XmlSchemaSet schemas, System.Xml.XmlQualifiedName typeName)292         public void Import(System.Xml.Schema.XmlSchemaSet schemas, System.Xml.XmlQualifiedName typeName) { }
293     }
294 }
295 namespace System.Runtime.Serialization.Configuration
296 {
297     public sealed partial class DataContractSerializerSection : System.Configuration.ConfigurationSection
298     {
DataContractSerializerSection()299         public DataContractSerializerSection() { }
300         [System.Configuration.ConfigurationPropertyAttribute("declaredTypes", DefaultValue=null)]
301         public System.Runtime.Serialization.Configuration.DeclaredTypeElementCollection DeclaredTypes { get { throw null; } }
302         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
303     }
304     public sealed partial class DeclaredTypeElement : System.Configuration.ConfigurationElement
305     {
DeclaredTypeElement()306         public DeclaredTypeElement() { }
DeclaredTypeElement(string typeName)307         public DeclaredTypeElement(string typeName) { }
308         [System.Configuration.ConfigurationPropertyAttribute("", DefaultValue=null, Options=(System.Configuration.ConfigurationPropertyOptions)(1))]
309         public System.Runtime.Serialization.Configuration.TypeElementCollection KnownTypes { get { throw null; } }
310         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
311         [System.Configuration.ConfigurationPropertyAttribute("type", DefaultValue="", Options=(System.Configuration.ConfigurationPropertyOptions)(4))]
312         public string Type { get { throw null; } set { } }
313         [System.Security.SecuritySafeCriticalAttribute]
PostDeserialize()314         protected override void PostDeserialize() { }
315     }
316     [System.Configuration.ConfigurationCollectionAttribute(typeof(System.Runtime.Serialization.Configuration.DeclaredTypeElement))]
317     public sealed partial class DeclaredTypeElementCollection : System.Configuration.ConfigurationElementCollection
318     {
DeclaredTypeElementCollection()319         public DeclaredTypeElementCollection() { }
320         public System.Runtime.Serialization.Configuration.DeclaredTypeElement this[int index] { get { throw null; } set { } }
321         public new System.Runtime.Serialization.Configuration.DeclaredTypeElement this[string typeName] { get { throw null; } set { } }
Add(System.Runtime.Serialization.Configuration.DeclaredTypeElement element)322         public void Add(System.Runtime.Serialization.Configuration.DeclaredTypeElement element) { }
Clear()323         public void Clear() { }
Contains(string typeName)324         public bool Contains(string typeName) { throw null; }
CreateNewElement()325         protected override System.Configuration.ConfigurationElement CreateNewElement() { throw null; }
GetElementKey(System.Configuration.ConfigurationElement element)326         protected override object GetElementKey(System.Configuration.ConfigurationElement element) { throw null; }
IndexOf(System.Runtime.Serialization.Configuration.DeclaredTypeElement element)327         public int IndexOf(System.Runtime.Serialization.Configuration.DeclaredTypeElement element) { throw null; }
Remove(System.Runtime.Serialization.Configuration.DeclaredTypeElement element)328         public void Remove(System.Runtime.Serialization.Configuration.DeclaredTypeElement element) { }
Remove(string typeName)329         public void Remove(string typeName) { }
RemoveAt(int index)330         public void RemoveAt(int index) { }
331     }
332     public sealed partial class NetDataContractSerializerSection : System.Configuration.ConfigurationSection
333     {
NetDataContractSerializerSection()334         public NetDataContractSerializerSection() { }
335         [System.Configuration.ConfigurationPropertyAttribute("enableUnsafeTypeForwarding", DefaultValue=false)]
336         public bool EnableUnsafeTypeForwarding { get { throw null; } }
337         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
338     }
339     public sealed partial class ParameterElement : System.Configuration.ConfigurationElement
340     {
ParameterElement()341         public ParameterElement() { }
ParameterElement(int index)342         public ParameterElement(int index) { }
ParameterElement(string typeName)343         public ParameterElement(string typeName) { }
344         [System.Configuration.ConfigurationPropertyAttribute("index", DefaultValue=0)]
345         [System.Configuration.IntegerValidatorAttribute(MinValue=0)]
346         public int Index { get { throw null; } set { } }
347         [System.Configuration.ConfigurationPropertyAttribute("", DefaultValue=null, Options=(System.Configuration.ConfigurationPropertyOptions)(1))]
348         public System.Runtime.Serialization.Configuration.ParameterElementCollection Parameters { get { throw null; } }
349         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
350         [System.Configuration.ConfigurationPropertyAttribute("type", DefaultValue="")]
351         [System.Configuration.StringValidatorAttribute(MinLength=0)]
352         public string Type { get { throw null; } set { } }
PostDeserialize()353         protected override void PostDeserialize() { }
PreSerialize(System.Xml.XmlWriter writer)354         protected override void PreSerialize(System.Xml.XmlWriter writer) { }
355     }
356     [System.Configuration.ConfigurationCollectionAttribute(typeof(System.Runtime.Serialization.Configuration.ParameterElement), AddItemName="parameter", CollectionType=(System.Configuration.ConfigurationElementCollectionType)(0))]
357     public sealed partial class ParameterElementCollection : System.Configuration.ConfigurationElementCollection
358     {
ParameterElementCollection()359         public ParameterElementCollection() { }
360         public override System.Configuration.ConfigurationElementCollectionType CollectionType { get { throw null; } }
361         protected override string ElementName { get { throw null; } }
362         public System.Runtime.Serialization.Configuration.ParameterElement this[int index] { get { throw null; } set { } }
Add(System.Runtime.Serialization.Configuration.ParameterElement element)363         public void Add(System.Runtime.Serialization.Configuration.ParameterElement element) { }
Clear()364         public void Clear() { }
Contains(string typeName)365         public bool Contains(string typeName) { throw null; }
CreateNewElement()366         protected override System.Configuration.ConfigurationElement CreateNewElement() { throw null; }
GetElementKey(System.Configuration.ConfigurationElement element)367         protected override object GetElementKey(System.Configuration.ConfigurationElement element) { throw null; }
IndexOf(System.Runtime.Serialization.Configuration.ParameterElement element)368         public int IndexOf(System.Runtime.Serialization.Configuration.ParameterElement element) { throw null; }
Remove(System.Runtime.Serialization.Configuration.ParameterElement element)369         public void Remove(System.Runtime.Serialization.Configuration.ParameterElement element) { }
RemoveAt(int index)370         public void RemoveAt(int index) { }
371     }
372     public sealed partial class SerializationSectionGroup : System.Configuration.ConfigurationSectionGroup
373     {
SerializationSectionGroup()374         public SerializationSectionGroup() { }
375         public System.Runtime.Serialization.Configuration.DataContractSerializerSection DataContractSerializer { get { throw null; } }
376         public System.Runtime.Serialization.Configuration.NetDataContractSerializerSection NetDataContractSerializer { get { throw null; } }
GetSectionGroup(System.Configuration.Configuration config)377         public static System.Runtime.Serialization.Configuration.SerializationSectionGroup GetSectionGroup(System.Configuration.Configuration config) { throw null; }
378     }
379     public sealed partial class TypeElement : System.Configuration.ConfigurationElement
380     {
TypeElement()381         public TypeElement() { }
TypeElement(string typeName)382         public TypeElement(string typeName) { }
383         [System.Configuration.ConfigurationPropertyAttribute("index", DefaultValue=0)]
384         [System.Configuration.IntegerValidatorAttribute(MinValue=0)]
385         public int Index { get { throw null; } set { } }
386         [System.Configuration.ConfigurationPropertyAttribute("", DefaultValue=null, Options=(System.Configuration.ConfigurationPropertyOptions)(1))]
387         public System.Runtime.Serialization.Configuration.ParameterElementCollection Parameters { get { throw null; } }
388         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
389         [System.Configuration.ConfigurationPropertyAttribute("type", DefaultValue="")]
390         [System.Configuration.StringValidatorAttribute(MinLength=0)]
391         public string Type { get { throw null; } set { } }
Reset(System.Configuration.ConfigurationElement parentElement)392         protected override void Reset(System.Configuration.ConfigurationElement parentElement) { }
393     }
394     [System.Configuration.ConfigurationCollectionAttribute(typeof(System.Runtime.Serialization.Configuration.TypeElement), CollectionType=(System.Configuration.ConfigurationElementCollectionType)(0))]
395     public sealed partial class TypeElementCollection : System.Configuration.ConfigurationElementCollection
396     {
TypeElementCollection()397         public TypeElementCollection() { }
398         public override System.Configuration.ConfigurationElementCollectionType CollectionType { get { throw null; } }
399         protected override string ElementName { get { throw null; } }
400         public System.Runtime.Serialization.Configuration.TypeElement this[int index] { get { throw null; } set { } }
Add(System.Runtime.Serialization.Configuration.TypeElement element)401         public void Add(System.Runtime.Serialization.Configuration.TypeElement element) { }
Clear()402         public void Clear() { }
CreateNewElement()403         protected override System.Configuration.ConfigurationElement CreateNewElement() { throw null; }
GetElementKey(System.Configuration.ConfigurationElement element)404         protected override object GetElementKey(System.Configuration.ConfigurationElement element) { throw null; }
IndexOf(System.Runtime.Serialization.Configuration.TypeElement element)405         public int IndexOf(System.Runtime.Serialization.Configuration.TypeElement element) { throw null; }
Remove(System.Runtime.Serialization.Configuration.TypeElement element)406         public void Remove(System.Runtime.Serialization.Configuration.TypeElement element) { }
RemoveAt(int index)407         public void RemoveAt(int index) { }
408     }
409 }
410 namespace System.Runtime.Serialization.Json
411 {
412     [System.Runtime.CompilerServices.TypeForwardedFromAttribute("System.ServiceModel.Web, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
413     public sealed partial class DataContractJsonSerializer : System.Runtime.Serialization.XmlObjectSerializer
414     {
DataContractJsonSerializer(System.Type type)415         public DataContractJsonSerializer(System.Type type) { }
DataContractJsonSerializer(System.Type type, System.Collections.Generic.IEnumerable<System.Type> knownTypes)416         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)417         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)418         public DataContractJsonSerializer(System.Type type, System.Runtime.Serialization.Json.DataContractJsonSerializerSettings settings) { }
DataContractJsonSerializer(System.Type type, string rootName)419         public DataContractJsonSerializer(System.Type type, string rootName) { }
DataContractJsonSerializer(System.Type type, string rootName, System.Collections.Generic.IEnumerable<System.Type> knownTypes)420         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)421         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)422         public DataContractJsonSerializer(System.Type type, System.Xml.XmlDictionaryString rootName) { }
DataContractJsonSerializer(System.Type type, System.Xml.XmlDictionaryString rootName, System.Collections.Generic.IEnumerable<System.Type> knownTypes)423         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)424         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) { }
425         public System.Runtime.Serialization.IDataContractSurrogate DataContractSurrogate { get { throw null; } }
426         public System.Runtime.Serialization.DateTimeFormat DateTimeFormat { get { throw null; } }
427         public System.Runtime.Serialization.EmitTypeInformation EmitTypeInformation { get { throw null; } }
428         public bool IgnoreExtensionDataObject { get { throw null; } }
429         public System.Collections.ObjectModel.ReadOnlyCollection<System.Type> KnownTypes { get { throw null; } }
430         public int MaxItemsInObjectGraph { get { throw null; } }
431         public bool SerializeReadOnlyTypes { get { throw null; } }
432         public bool UseSimpleDictionaryFormat { get { throw null; } }
IsStartObject(System.Xml.XmlDictionaryReader reader)433         public override bool IsStartObject(System.Xml.XmlDictionaryReader reader) { throw null; }
IsStartObject(System.Xml.XmlReader reader)434         public override bool IsStartObject(System.Xml.XmlReader reader) { throw null; }
ReadObject(System.IO.Stream stream)435         public override object ReadObject(System.IO.Stream stream) { throw null; }
ReadObject(System.Xml.XmlDictionaryReader reader)436         public override object ReadObject(System.Xml.XmlDictionaryReader reader) { throw null; }
ReadObject(System.Xml.XmlDictionaryReader reader, bool verifyObjectName)437         public override object ReadObject(System.Xml.XmlDictionaryReader reader, bool verifyObjectName) { throw null; }
ReadObject(System.Xml.XmlReader reader)438         public override object ReadObject(System.Xml.XmlReader reader) { throw null; }
ReadObject(System.Xml.XmlReader reader, bool verifyObjectName)439         public override object ReadObject(System.Xml.XmlReader reader, bool verifyObjectName) { throw null; }
WriteEndObject(System.Xml.XmlDictionaryWriter writer)440         public override void WriteEndObject(System.Xml.XmlDictionaryWriter writer) { }
WriteEndObject(System.Xml.XmlWriter writer)441         public override void WriteEndObject(System.Xml.XmlWriter writer) { }
WriteObject(System.IO.Stream stream, object graph)442         public override void WriteObject(System.IO.Stream stream, object graph) { }
WriteObject(System.Xml.XmlDictionaryWriter writer, object graph)443         public override void WriteObject(System.Xml.XmlDictionaryWriter writer, object graph) { }
WriteObject(System.Xml.XmlWriter writer, object graph)444         public override void WriteObject(System.Xml.XmlWriter writer, object graph) { }
WriteObjectContent(System.Xml.XmlDictionaryWriter writer, object graph)445         public override void WriteObjectContent(System.Xml.XmlDictionaryWriter writer, object graph) { }
WriteObjectContent(System.Xml.XmlWriter writer, object graph)446         public override void WriteObjectContent(System.Xml.XmlWriter writer, object graph) { }
WriteStartObject(System.Xml.XmlDictionaryWriter writer, object graph)447         public override void WriteStartObject(System.Xml.XmlDictionaryWriter writer, object graph) { }
WriteStartObject(System.Xml.XmlWriter writer, object graph)448         public override void WriteStartObject(System.Xml.XmlWriter writer, object graph) { }
449     }
450     public partial class DataContractJsonSerializerSettings
451     {
DataContractJsonSerializerSettings()452         public DataContractJsonSerializerSettings() { }
453         public System.Runtime.Serialization.IDataContractSurrogate DataContractSurrogate { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
454         public System.Runtime.Serialization.DateTimeFormat DateTimeFormat { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
455         public System.Runtime.Serialization.EmitTypeInformation EmitTypeInformation { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
456         public bool IgnoreExtensionDataObject { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
457         public System.Collections.Generic.IEnumerable<System.Type> KnownTypes { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
458         public int MaxItemsInObjectGraph { get { throw null; } set { } }
459         public string RootName { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
460         public bool SerializeReadOnlyTypes { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
461         public bool UseSimpleDictionaryFormat { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
462     }
463     [System.Runtime.CompilerServices.TypeForwardedFromAttribute("System.ServiceModel.Web, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
464     public partial interface IXmlJsonReaderInitializer
465     {
SetInput(byte[] buffer, int offset, int count, System.Text.Encoding encoding, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.OnXmlDictionaryReaderClose onClose)466         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)467         void SetInput(System.IO.Stream stream, System.Text.Encoding encoding, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.OnXmlDictionaryReaderClose onClose);
468     }
469     [System.Runtime.CompilerServices.TypeForwardedFromAttribute("System.ServiceModel.Web, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
470     public partial interface IXmlJsonWriterInitializer
471     {
SetOutput(System.IO.Stream stream, System.Text.Encoding encoding, bool ownsStream)472         void SetOutput(System.IO.Stream stream, System.Text.Encoding encoding, bool ownsStream);
473     }
474     [System.Runtime.CompilerServices.TypeForwardedFromAttribute("System.ServiceModel.Web, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35")]
475     public static partial class JsonReaderWriterFactory
476     {
CreateJsonReader(byte[] buffer, int offset, int count, System.Text.Encoding encoding, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.OnXmlDictionaryReaderClose onClose)477         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)478         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)479         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)480         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)481         public static System.Xml.XmlDictionaryReader CreateJsonReader(System.IO.Stream stream, System.Xml.XmlDictionaryReaderQuotas quotas) { throw null; }
CreateJsonWriter(System.IO.Stream stream)482         public static System.Xml.XmlDictionaryWriter CreateJsonWriter(System.IO.Stream stream) { throw null; }
CreateJsonWriter(System.IO.Stream stream, System.Text.Encoding encoding)483         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)484         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)485         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)486         public static System.Xml.XmlDictionaryWriter CreateJsonWriter(System.IO.Stream stream, System.Text.Encoding encoding, bool ownsStream, bool indent, string indentChars) { throw null; }
487     }
488 }
489 namespace System.Xml
490 {
491     public partial interface IFragmentCapableXmlDictionaryWriter
492     {
493         bool CanFragment { get; }
EndFragment()494         void EndFragment();
StartFragment(System.IO.Stream stream, bool generateSelfContainedTextFragment)495         void StartFragment(System.IO.Stream stream, bool generateSelfContainedTextFragment);
WriteFragment(byte[] buffer, int offset, int count)496         void WriteFragment(byte[] buffer, int offset, int count);
497     }
498     public partial interface IStreamProvider
499     {
GetStream()500         System.IO.Stream GetStream();
ReleaseStream(System.IO.Stream stream)501         void ReleaseStream(System.IO.Stream stream);
502     }
503     public partial interface IXmlBinaryReaderInitializer
504     {
SetInput(byte[] buffer, int offset, int count, System.Xml.IXmlDictionary dictionary, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.XmlBinaryReaderSession session, System.Xml.OnXmlDictionaryReaderClose onClose)505         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)506         void SetInput(System.IO.Stream stream, System.Xml.IXmlDictionary dictionary, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.XmlBinaryReaderSession session, System.Xml.OnXmlDictionaryReaderClose onClose);
507     }
508     public partial interface IXmlBinaryWriterInitializer
509     {
SetOutput(System.IO.Stream stream, System.Xml.IXmlDictionary dictionary, System.Xml.XmlBinaryWriterSession session, bool ownsStream)510         void SetOutput(System.IO.Stream stream, System.Xml.IXmlDictionary dictionary, System.Xml.XmlBinaryWriterSession session, bool ownsStream);
511     }
512     public partial interface IXmlDictionary
513     {
TryLookup(int key, out System.Xml.XmlDictionaryString result)514         bool TryLookup(int key, out System.Xml.XmlDictionaryString result);
TryLookup(string value, out System.Xml.XmlDictionaryString result)515         bool TryLookup(string value, out System.Xml.XmlDictionaryString result);
TryLookup(System.Xml.XmlDictionaryString value, out System.Xml.XmlDictionaryString result)516         bool TryLookup(System.Xml.XmlDictionaryString value, out System.Xml.XmlDictionaryString result);
517     }
518     public partial interface IXmlMtomReaderInitializer
519     {
SetInput(byte[] buffer, int offset, int count, System.Text.Encoding[] encodings, string contentType, System.Xml.XmlDictionaryReaderQuotas quotas, int maxBufferSize, System.Xml.OnXmlDictionaryReaderClose onClose)520         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)521         void SetInput(System.IO.Stream stream, System.Text.Encoding[] encodings, string contentType, System.Xml.XmlDictionaryReaderQuotas quotas, int maxBufferSize, System.Xml.OnXmlDictionaryReaderClose onClose);
522     }
523     public partial interface IXmlMtomWriterInitializer
524     {
SetOutput(System.IO.Stream stream, System.Text.Encoding encoding, int maxSizeInBytes, string startInfo, string boundary, string startUri, bool writeMessageHeaders, bool ownsStream)525         void SetOutput(System.IO.Stream stream, System.Text.Encoding encoding, int maxSizeInBytes, string startInfo, string boundary, string startUri, bool writeMessageHeaders, bool ownsStream);
526     }
527     public partial interface IXmlTextReaderInitializer
528     {
SetInput(byte[] buffer, int offset, int count, System.Text.Encoding encoding, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.OnXmlDictionaryReaderClose onClose)529         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)530         void SetInput(System.IO.Stream stream, System.Text.Encoding encoding, System.Xml.XmlDictionaryReaderQuotas quotas, System.Xml.OnXmlDictionaryReaderClose onClose);
531     }
532     public partial interface IXmlTextWriterInitializer
533     {
SetOutput(System.IO.Stream stream, System.Text.Encoding encoding, bool ownsStream)534         void SetOutput(System.IO.Stream stream, System.Text.Encoding encoding, bool ownsStream);
535     }
OnXmlDictionaryReaderClose(System.Xml.XmlDictionaryReader reader)536     public delegate void OnXmlDictionaryReaderClose(System.Xml.XmlDictionaryReader reader);
537     public partial class UniqueId
538     {
UniqueId()539         public UniqueId() { }
UniqueId(byte[] guid)540         public UniqueId(byte[] guid) { }
541         [System.Security.SecuritySafeCriticalAttribute]
UniqueId(byte[] guid, int offset)542         public UniqueId(byte[] guid, int offset) { }
543         [System.Security.SecuritySafeCriticalAttribute]
UniqueId(char[] chars, int offset, int count)544         public UniqueId(char[] chars, int offset, int count) { }
UniqueId(System.Guid guid)545         public UniqueId(System.Guid guid) { }
546         [System.Security.SecuritySafeCriticalAttribute]
UniqueId(string value)547         public UniqueId(string value) { }
548         public int CharArrayLength { [System.Security.SecuritySafeCriticalAttribute]get { throw null; } }
549         public bool IsGuid { get { throw null; } }
Equals(object obj)550         public override bool Equals(object obj) { throw null; }
GetHashCode()551         public override int GetHashCode() { throw null; }
operator ==(System.Xml.UniqueId id1, System.Xml.UniqueId id2)552         public static bool operator ==(System.Xml.UniqueId id1, System.Xml.UniqueId id2) { throw null; }
operator !=(System.Xml.UniqueId id1, System.Xml.UniqueId id2)553         public static bool operator !=(System.Xml.UniqueId id1, System.Xml.UniqueId id2) { throw null; }
554         [System.Security.SecuritySafeCriticalAttribute]
ToCharArray(char[] chars, int offset)555         public int ToCharArray(char[] chars, int offset) { throw null; }
556         [System.Security.SecuritySafeCriticalAttribute]
ToString()557         public override string ToString() { throw null; }
558         [System.Security.SecuritySafeCriticalAttribute]
TryGetGuid(byte[] buffer, int offset)559         public bool TryGetGuid(byte[] buffer, int offset) { throw null; }
TryGetGuid(out System.Guid guid)560         public bool TryGetGuid(out System.Guid guid) { guid = default(System.Guid); throw null; }
561     }
562     public partial class XmlBinaryReaderSession : System.Xml.IXmlDictionary
563     {
XmlBinaryReaderSession()564         public XmlBinaryReaderSession() { }
Add(int id, string value)565         public System.Xml.XmlDictionaryString Add(int id, string value) { throw null; }
Clear()566         public void Clear() { }
TryLookup(int key, out System.Xml.XmlDictionaryString result)567         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)568         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)569         public bool TryLookup(System.Xml.XmlDictionaryString value, out System.Xml.XmlDictionaryString result) { result = default(System.Xml.XmlDictionaryString); throw null; }
570     }
571     public partial class XmlBinaryWriterSession
572     {
XmlBinaryWriterSession()573         public XmlBinaryWriterSession() { }
Reset()574         public void Reset() { }
TryAdd(System.Xml.XmlDictionaryString value, out int key)575         public virtual bool TryAdd(System.Xml.XmlDictionaryString value, out int key) { key = default(int); throw null; }
576     }
577     public partial class XmlDictionary : System.Xml.IXmlDictionary
578     {
XmlDictionary()579         public XmlDictionary() { }
XmlDictionary(int capacity)580         public XmlDictionary(int capacity) { }
581         public static System.Xml.IXmlDictionary Empty { get { throw null; } }
Add(string value)582         public virtual System.Xml.XmlDictionaryString Add(string value) { throw null; }
TryLookup(int key, out System.Xml.XmlDictionaryString result)583         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)584         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)585         public virtual bool TryLookup(System.Xml.XmlDictionaryString value, out System.Xml.XmlDictionaryString result) { result = default(System.Xml.XmlDictionaryString); throw null; }
586     }
587     public abstract partial class XmlDictionaryReader : System.Xml.XmlReader
588     {
XmlDictionaryReader()589         protected XmlDictionaryReader() { }
590         public virtual bool CanCanonicalize { get { throw null; } }
591         public virtual System.Xml.XmlDictionaryReaderQuotas Quotas { get { throw null; } }
CreateBinaryReader(byte[] buffer, int offset, int count, System.Xml.IXmlDictionary dictionary, System.Xml.XmlDictionaryReaderQuotas quotas)592         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)593         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)594         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)595         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)596         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)597         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)598         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)599         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)600         public static System.Xml.XmlDictionaryReader CreateBinaryReader(System.IO.Stream stream, System.Xml.XmlDictionaryReaderQuotas quotas) { throw null; }
CreateDictionaryReader(System.Xml.XmlReader reader)601         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)602         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)603         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)604         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)605         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)606         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)607         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)608         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)609         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)610         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)611         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)612         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)613         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)614         public static System.Xml.XmlDictionaryReader CreateTextReader(System.IO.Stream stream, System.Xml.XmlDictionaryReaderQuotas quotas) { throw null; }
EndCanonicalization()615         public virtual void EndCanonicalization() { }
GetAttribute(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri)616         public virtual string GetAttribute(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) { throw null; }
GetNonAtomizedNames(out string localName, out string namespaceUri)617         public virtual void GetNonAtomizedNames(out string localName, out string namespaceUri) { localName = default(string); namespaceUri = default(string); }
IndexOfLocalName(string[] localNames, string namespaceUri)618         public virtual int IndexOfLocalName(string[] localNames, string namespaceUri) { throw null; }
IndexOfLocalName(System.Xml.XmlDictionaryString[] localNames, System.Xml.XmlDictionaryString namespaceUri)619         public virtual int IndexOfLocalName(System.Xml.XmlDictionaryString[] localNames, System.Xml.XmlDictionaryString namespaceUri) { throw null; }
IsLocalName(string localName)620         public virtual bool IsLocalName(string localName) { throw null; }
IsLocalName(System.Xml.XmlDictionaryString localName)621         public virtual bool IsLocalName(System.Xml.XmlDictionaryString localName) { throw null; }
IsNamespaceUri(string namespaceUri)622         public virtual bool IsNamespaceUri(string namespaceUri) { throw null; }
IsNamespaceUri(System.Xml.XmlDictionaryString namespaceUri)623         public virtual bool IsNamespaceUri(System.Xml.XmlDictionaryString namespaceUri) { throw null; }
IsStartArray(out System.Type type)624         public virtual bool IsStartArray(out System.Type type) { type = default(System.Type); throw null; }
IsStartElement(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri)625         public virtual bool IsStartElement(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) { throw null; }
IsTextNode(System.Xml.XmlNodeType nodeType)626         protected bool IsTextNode(System.Xml.XmlNodeType nodeType) { throw null; }
MoveToStartElement()627         public virtual void MoveToStartElement() { }
MoveToStartElement(string name)628         public virtual void MoveToStartElement(string name) { }
MoveToStartElement(string localName, string namespaceUri)629         public virtual void MoveToStartElement(string localName, string namespaceUri) { }
MoveToStartElement(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri)630         public virtual void MoveToStartElement(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) { }
ReadArray(string localName, string namespaceUri, bool[] array, int offset, int count)631         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)632         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)633         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)634         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)635         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)636         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)637         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)638         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)639         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)640         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)641         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)642         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)643         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)644         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)645         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)646         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)647         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)648         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)649         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)650         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)651         public virtual bool[] ReadBooleanArray(string localName, string namespaceUri) { throw null; }
ReadBooleanArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri)652         public virtual bool[] ReadBooleanArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) { throw null; }
ReadContentAs(System.Type type, System.Xml.IXmlNamespaceResolver namespaceResolver)653         public override object ReadContentAs(System.Type type, System.Xml.IXmlNamespaceResolver namespaceResolver) { throw null; }
ReadContentAsBase64()654         public virtual byte[] ReadContentAsBase64() { throw null; }
ReadContentAsBinHex()655         public virtual byte[] ReadContentAsBinHex() { throw null; }
ReadContentAsBinHex(int maxByteArrayContentLength)656         protected byte[] ReadContentAsBinHex(int maxByteArrayContentLength) { throw null; }
ReadContentAsChars(char[] chars, int offset, int count)657         public virtual int ReadContentAsChars(char[] chars, int offset, int count) { throw null; }
ReadContentAsDecimal()658         public override decimal ReadContentAsDecimal() { throw null; }
ReadContentAsFloat()659         public override float ReadContentAsFloat() { throw null; }
ReadContentAsGuid()660         public virtual System.Guid ReadContentAsGuid() { throw null; }
ReadContentAsQualifiedName(out string localName, out string namespaceUri)661         public virtual void ReadContentAsQualifiedName(out string localName, out string namespaceUri) { localName = default(string); namespaceUri = default(string); }
ReadContentAsString()662         public override string ReadContentAsString() { throw null; }
ReadContentAsString(int maxStringContentLength)663         protected string ReadContentAsString(int maxStringContentLength) { throw null; }
ReadContentAsString(string[] strings, out int index)664         public virtual string ReadContentAsString(string[] strings, out int index) { index = default(int); throw null; }
ReadContentAsString(System.Xml.XmlDictionaryString[] strings, out int index)665         public virtual string ReadContentAsString(System.Xml.XmlDictionaryString[] strings, out int index) { index = default(int); throw null; }
ReadContentAsTimeSpan()666         public virtual System.TimeSpan ReadContentAsTimeSpan() { throw null; }
ReadContentAsUniqueId()667         public virtual System.Xml.UniqueId ReadContentAsUniqueId() { throw null; }
ReadDateTimeArray(string localName, string namespaceUri)668         public virtual System.DateTime[] ReadDateTimeArray(string localName, string namespaceUri) { throw null; }
ReadDateTimeArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri)669         public virtual System.DateTime[] ReadDateTimeArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) { throw null; }
ReadDecimalArray(string localName, string namespaceUri)670         public virtual decimal[] ReadDecimalArray(string localName, string namespaceUri) { throw null; }
ReadDecimalArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri)671         public virtual decimal[] ReadDecimalArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) { throw null; }
ReadDoubleArray(string localName, string namespaceUri)672         public virtual double[] ReadDoubleArray(string localName, string namespaceUri) { throw null; }
ReadDoubleArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri)673         public virtual double[] ReadDoubleArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) { throw null; }
ReadElementContentAsBase64()674         public virtual byte[] ReadElementContentAsBase64() { throw null; }
ReadElementContentAsBinHex()675         public virtual byte[] ReadElementContentAsBinHex() { throw null; }
ReadElementContentAsBoolean()676         public override bool ReadElementContentAsBoolean() { throw null; }
ReadElementContentAsDateTime()677         public override System.DateTime ReadElementContentAsDateTime() { throw null; }
ReadElementContentAsDecimal()678         public override decimal ReadElementContentAsDecimal() { throw null; }
ReadElementContentAsDouble()679         public override double ReadElementContentAsDouble() { throw null; }
ReadElementContentAsFloat()680         public override float ReadElementContentAsFloat() { throw null; }
ReadElementContentAsGuid()681         public virtual System.Guid ReadElementContentAsGuid() { throw null; }
ReadElementContentAsInt()682         public override int ReadElementContentAsInt() { throw null; }
ReadElementContentAsLong()683         public override long ReadElementContentAsLong() { throw null; }
ReadElementContentAsString()684         public override string ReadElementContentAsString() { throw null; }
ReadElementContentAsTimeSpan()685         public virtual System.TimeSpan ReadElementContentAsTimeSpan() { throw null; }
ReadElementContentAsUniqueId()686         public virtual System.Xml.UniqueId ReadElementContentAsUniqueId() { throw null; }
ReadFullStartElement()687         public virtual void ReadFullStartElement() { }
ReadFullStartElement(string name)688         public virtual void ReadFullStartElement(string name) { }
ReadFullStartElement(string localName, string namespaceUri)689         public virtual void ReadFullStartElement(string localName, string namespaceUri) { }
ReadFullStartElement(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri)690         public virtual void ReadFullStartElement(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) { }
ReadGuidArray(string localName, string namespaceUri)691         public virtual System.Guid[] ReadGuidArray(string localName, string namespaceUri) { throw null; }
ReadGuidArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri)692         public virtual System.Guid[] ReadGuidArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) { throw null; }
ReadInt16Array(string localName, string namespaceUri)693         public virtual short[] ReadInt16Array(string localName, string namespaceUri) { throw null; }
ReadInt16Array(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri)694         public virtual short[] ReadInt16Array(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) { throw null; }
ReadInt32Array(string localName, string namespaceUri)695         public virtual int[] ReadInt32Array(string localName, string namespaceUri) { throw null; }
ReadInt32Array(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri)696         public virtual int[] ReadInt32Array(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) { throw null; }
ReadInt64Array(string localName, string namespaceUri)697         public virtual long[] ReadInt64Array(string localName, string namespaceUri) { throw null; }
ReadInt64Array(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri)698         public virtual long[] ReadInt64Array(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) { throw null; }
ReadSingleArray(string localName, string namespaceUri)699         public virtual float[] ReadSingleArray(string localName, string namespaceUri) { throw null; }
ReadSingleArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri)700         public virtual float[] ReadSingleArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) { throw null; }
ReadStartElement(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri)701         public virtual void ReadStartElement(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) { }
ReadString()702         public override string ReadString() { throw null; }
ReadString(int maxStringContentLength)703         protected string ReadString(int maxStringContentLength) { throw null; }
ReadTimeSpanArray(string localName, string namespaceUri)704         public virtual System.TimeSpan[] ReadTimeSpanArray(string localName, string namespaceUri) { throw null; }
ReadTimeSpanArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri)705         public virtual System.TimeSpan[] ReadTimeSpanArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) { throw null; }
ReadValueAsBase64(byte[] buffer, int offset, int count)706         public virtual int ReadValueAsBase64(byte[] buffer, int offset, int count) { throw null; }
StartCanonicalization(System.IO.Stream stream, bool includeComments, string[] inclusivePrefixes)707         public virtual void StartCanonicalization(System.IO.Stream stream, bool includeComments, string[] inclusivePrefixes) { }
TryGetArrayLength(out int count)708         public virtual bool TryGetArrayLength(out int count) { count = default(int); throw null; }
TryGetBase64ContentLength(out int length)709         public virtual bool TryGetBase64ContentLength(out int length) { length = default(int); throw null; }
TryGetLocalNameAsDictionaryString(out System.Xml.XmlDictionaryString localName)710         public virtual bool TryGetLocalNameAsDictionaryString(out System.Xml.XmlDictionaryString localName) { localName = default(System.Xml.XmlDictionaryString); throw null; }
TryGetNamespaceUriAsDictionaryString(out System.Xml.XmlDictionaryString namespaceUri)711         public virtual bool TryGetNamespaceUriAsDictionaryString(out System.Xml.XmlDictionaryString namespaceUri) { namespaceUri = default(System.Xml.XmlDictionaryString); throw null; }
TryGetValueAsDictionaryString(out System.Xml.XmlDictionaryString value)712         public virtual bool TryGetValueAsDictionaryString(out System.Xml.XmlDictionaryString value) { value = default(System.Xml.XmlDictionaryString); throw null; }
713     }
714     public sealed partial class XmlDictionaryReaderQuotas
715     {
XmlDictionaryReaderQuotas()716         public XmlDictionaryReaderQuotas() { }
717         public static System.Xml.XmlDictionaryReaderQuotas Max { get { throw null; } }
718         [System.ComponentModel.DefaultValueAttribute(16384)]
719         public int MaxArrayLength { get { throw null; } set { } }
720         [System.ComponentModel.DefaultValueAttribute(4096)]
721         public int MaxBytesPerRead { get { throw null; } set { } }
722         [System.ComponentModel.DefaultValueAttribute(32)]
723         public int MaxDepth { get { throw null; } set { } }
724         [System.ComponentModel.DefaultValueAttribute(16384)]
725         public int MaxNameTableCharCount { get { throw null; } set { } }
726         [System.ComponentModel.DefaultValueAttribute(8192)]
727         public int MaxStringContentLength { get { throw null; } set { } }
728         public System.Xml.XmlDictionaryReaderQuotaTypes ModifiedQuotas { get { throw null; } }
CopyTo(System.Xml.XmlDictionaryReaderQuotas quotas)729         public void CopyTo(System.Xml.XmlDictionaryReaderQuotas quotas) { }
730     }
731     [System.FlagsAttribute]
732     public enum XmlDictionaryReaderQuotaTypes
733     {
734         MaxArrayLength = 4,
735         MaxBytesPerRead = 8,
736         MaxDepth = 1,
737         MaxNameTableCharCount = 16,
738         MaxStringContentLength = 2,
739     }
740     public partial class XmlDictionaryString
741     {
XmlDictionaryString(System.Xml.IXmlDictionary dictionary, string value, int key)742         public XmlDictionaryString(System.Xml.IXmlDictionary dictionary, string value, int key) { }
743         public System.Xml.IXmlDictionary Dictionary { get { throw null; } }
744         public static System.Xml.XmlDictionaryString Empty { get { throw null; } }
745         public int Key { get { throw null; } }
746         public string Value { get { throw null; } }
ToString()747         public override string ToString() { throw null; }
748     }
749     public abstract partial class XmlDictionaryWriter : System.Xml.XmlWriter
750     {
XmlDictionaryWriter()751         protected XmlDictionaryWriter() { }
752         public virtual bool CanCanonicalize { get { throw null; } }
CreateBinaryWriter(System.IO.Stream stream)753         public static System.Xml.XmlDictionaryWriter CreateBinaryWriter(System.IO.Stream stream) { throw null; }
CreateBinaryWriter(System.IO.Stream stream, System.Xml.IXmlDictionary dictionary)754         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)755         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)756         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)757         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)758         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)759         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)760         public static System.Xml.XmlDictionaryWriter CreateTextWriter(System.IO.Stream stream) { throw null; }
CreateTextWriter(System.IO.Stream stream, System.Text.Encoding encoding)761         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)762         public static System.Xml.XmlDictionaryWriter CreateTextWriter(System.IO.Stream stream, System.Text.Encoding encoding, bool ownsStream) { throw null; }
EndCanonicalization()763         public virtual void EndCanonicalization() { }
StartCanonicalization(System.IO.Stream stream, bool includeComments, string[] inclusivePrefixes)764         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)765         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)766         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)767         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)768         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)769         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)770         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)771         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)772         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)773         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)774         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)775         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)776         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)777         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)778         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)779         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)780         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)781         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)782         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)783         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)784         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)785         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)786         public void WriteAttributeString(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, string value) { }
WriteBase64Async(byte[] buffer, int index, int count)787         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)788         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)789         public void WriteElementString(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, string value) { }
WriteNode(System.Xml.XmlDictionaryReader reader, bool defattr)790         public virtual void WriteNode(System.Xml.XmlDictionaryReader reader, bool defattr) { }
WriteNode(System.Xml.XmlReader reader, bool defattr)791         public override void WriteNode(System.Xml.XmlReader reader, bool defattr) { }
WriteQualifiedName(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri)792         public virtual void WriteQualifiedName(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) { }
WriteStartAttribute(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri)793         public virtual void WriteStartAttribute(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) { }
WriteStartAttribute(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri)794         public void WriteStartAttribute(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) { }
WriteStartElement(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri)795         public virtual void WriteStartElement(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) { }
WriteStartElement(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri)796         public void WriteStartElement(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri) { }
WriteString(System.Xml.XmlDictionaryString value)797         public virtual void WriteString(System.Xml.XmlDictionaryString value) { }
WriteTextNode(System.Xml.XmlDictionaryReader reader, bool isAttribute)798         protected virtual void WriteTextNode(System.Xml.XmlDictionaryReader reader, bool isAttribute) { }
WriteValue(System.Guid value)799         public virtual void WriteValue(System.Guid value) { }
WriteValue(System.TimeSpan value)800         public virtual void WriteValue(System.TimeSpan value) { }
WriteValue(System.Xml.IStreamProvider value)801         public virtual void WriteValue(System.Xml.IStreamProvider value) { }
WriteValue(System.Xml.UniqueId value)802         public virtual void WriteValue(System.Xml.UniqueId value) { }
WriteValue(System.Xml.XmlDictionaryString value)803         public virtual void WriteValue(System.Xml.XmlDictionaryString value) { }
WriteValueAsync(System.Xml.IStreamProvider value)804         public virtual System.Threading.Tasks.Task WriteValueAsync(System.Xml.IStreamProvider value) { throw null; }
WriteXmlAttribute(string localName, string value)805         public virtual void WriteXmlAttribute(string localName, string value) { }
WriteXmlAttribute(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString value)806         public virtual void WriteXmlAttribute(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString value) { }
WriteXmlnsAttribute(string prefix, string namespaceUri)807         public virtual void WriteXmlnsAttribute(string prefix, string namespaceUri) { }
WriteXmlnsAttribute(string prefix, System.Xml.XmlDictionaryString namespaceUri)808         public virtual void WriteXmlnsAttribute(string prefix, System.Xml.XmlDictionaryString namespaceUri) { }
809     }
810 }
811