Exemplo n.º 1
0
 public void WriteAttributeString(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString?namespaceUri, string?value)
 {
 }
 public void WriteStartAttribute(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri)
 {
 }
 public void WriteStartElement(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri)
 {
 }
 public virtual void WriteArray(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, System.TimeSpan[] array, int offset, int count)
 {
 }
 public void WriteElementString(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, string value)
 {
 }
Exemplo n.º 6
0
 public virtual double[] ReadDoubleArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri)
 {
     throw null;
 }
Exemplo n.º 7
0
 public DataContractSerializer(System.Type type, System.Xml.XmlDictionaryString rootName, System.Xml.XmlDictionaryString rootNamespace, System.Collections.Generic.IEnumerable <System.Type> knownTypes)
 {
 }
Exemplo n.º 8
0
 public virtual bool TryLookup(System.Xml.XmlDictionaryString value, [System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] out System.Xml.XmlDictionaryString?result)
 {
     throw null;
 }
Exemplo n.º 9
0
 public virtual string?GetAttribute(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri)
 {
     throw null;
 }
Exemplo n.º 10
0
 public virtual void WriteXmlnsAttribute(string?prefix, System.Xml.XmlDictionaryString namespaceUri)
 {
 }
Exemplo n.º 11
0
 public virtual bool TryAdd(System.Xml.XmlDictionaryString value, out int key)
 {
     throw null;
 }
Exemplo n.º 12
0
 public virtual void WriteXmlAttribute(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString?value)
 {
 }
Exemplo n.º 13
0
 public virtual void WriteStartAttribute(string?prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString?namespaceUri)
 {
 }
Exemplo n.º 14
0
 public void WriteElementString(string?prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString?namespaceUri, string?value)
 {
 }
Exemplo n.º 15
0
 public virtual System.DateTime[] ReadDateTimeArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri)
 {
     throw null;
 }
Exemplo n.º 16
0
 public virtual int IndexOfLocalName(System.Xml.XmlDictionaryString[] localNames, System.Xml.XmlDictionaryString namespaceUri)
 {
     throw null;
 }
Exemplo n.º 17
0
 public virtual decimal[] ReadDecimalArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri)
 {
     throw null;
 }
Exemplo n.º 18
0
 public virtual bool IsLocalName(System.Xml.XmlDictionaryString localName)
 {
     throw null;
 }
Exemplo n.º 19
0
//CODEDOM        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) { }
//CODEDOM        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) { }
        public DataContractSerializer(System.Type type, System.Xml.XmlDictionaryString rootName, System.Xml.XmlDictionaryString rootNamespace)
        {
        }
Exemplo n.º 20
0
 public virtual bool IsNamespaceUri(System.Xml.XmlDictionaryString namespaceUri)
 {
     throw null;
 }
Exemplo n.º 21
0
 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);
Exemplo n.º 22
0
 public virtual bool IsStartElement(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri)
 {
     throw null;
 }
 public void WriteAttributeString(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, string value)
 {
 }
Exemplo n.º 24
0
 public virtual void MoveToStartElement(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri)
 {
 }
 public virtual void WriteQualifiedName(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri)
 {
 }
Exemplo n.º 26
0
 public virtual int ReadArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri, System.TimeSpan[] array, int offset, int count)
 {
     throw null;
 }
 public virtual void WriteStartElement(string prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri)
 {
 }
Exemplo n.º 28
0
 public virtual bool[] ReadBooleanArray(System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString namespaceUri)
 {
     throw null;
 }
 public virtual void WriteString(System.Xml.XmlDictionaryString value)
 {
 }
Exemplo n.º 30
0
 public virtual void WriteArray(string?prefix, System.Xml.XmlDictionaryString localName, System.Xml.XmlDictionaryString?namespaceUri, float[] array, int offset, int count)
 {
 }