Ejemplo n.º 1
0
 public static System.Xml.Linq.XDocument Parse(string text, System.Xml.Linq.LoadOptions options)
 {
     return(default(System.Xml.Linq.XDocument));
 }
Ejemplo n.º 2
0
 public static System.Xml.Linq.XDocument Load(string uri, System.Xml.Linq.LoadOptions options)
 {
     return(default(System.Xml.Linq.XDocument));
 }
Ejemplo n.º 3
0
 public static System.Xml.Linq.XDocument Load(System.Xml.XmlReader reader, System.Xml.Linq.LoadOptions options)
 {
     return(default(System.Xml.Linq.XDocument));
 }
Ejemplo n.º 4
0
 public static System.Xml.Linq.XElement Load(System.IO.TextReader textReader, System.Xml.Linq.LoadOptions options)
 {
     return(default(System.Xml.Linq.XElement));
 }
Ejemplo n.º 5
0
 public static System.Xml.Linq.XDocument Load(System.IO.Stream stream, System.Xml.Linq.LoadOptions options)
 {
     return(default(System.Xml.Linq.XDocument));
 }
Ejemplo n.º 6
0
 public static System.Xml.Linq.XElement Load(System.Xml.XmlReader reader, System.Xml.Linq.LoadOptions options)
 {
     throw null;
 }
Ejemplo n.º 7
0
 public static System.Xml.Linq.XElement Parse(string text, System.Xml.Linq.LoadOptions options)
 {
     throw null;
 }
Ejemplo n.º 8
0
 public static System.Xml.Linq.XElement Load(string uri, System.Xml.Linq.LoadOptions options)
 {
     throw null;
 }
Ejemplo n.º 9
0
 public static System.Xml.Linq.XElement Load(System.IO.Stream stream, System.Xml.Linq.LoadOptions options)
 {
     throw null;
 }
Ejemplo n.º 10
0
 public static System.Xml.Linq.XDocument Load(System.IO.TextReader textReader, System.Xml.Linq.LoadOptions options)
 {
     throw null;
 }
 public static System.Threading.Tasks.Task <System.Xml.Linq.XElement> LoadAsync(System.Xml.XmlReader reader, System.Xml.Linq.LoadOptions options, System.Threading.CancellationToken cancellationToken)
 {
     throw null;
 }
 public static System.Threading.Tasks.Task <System.Xml.Linq.XDocument> LoadAsync(System.IO.Stream stream, System.Xml.Linq.LoadOptions options, System.Threading.CancellationToken cancellationToken)
 {
     throw null;
 }