Exemple #1
0
 public static System.Xml.Linq.XDocument Parse(string text, System.Xml.Linq.LoadOptions options)
 {
     return(default(System.Xml.Linq.XDocument));
 }
Exemple #2
0
 public static System.Xml.Linq.XDocument Load(string uri, System.Xml.Linq.LoadOptions options)
 {
     return(default(System.Xml.Linq.XDocument));
 }
Exemple #3
0
 public static System.Xml.Linq.XDocument Load(System.Xml.XmlReader reader, System.Xml.Linq.LoadOptions options)
 {
     return(default(System.Xml.Linq.XDocument));
 }
 public static System.Xml.Linq.XElement Load(System.IO.TextReader textReader, System.Xml.Linq.LoadOptions options)
 {
     return(default(System.Xml.Linq.XElement));
 }
Exemple #5
0
 public static System.Xml.Linq.XDocument Load(System.IO.Stream stream, System.Xml.Linq.LoadOptions options)
 {
     return(default(System.Xml.Linq.XDocument));
 }
 public static System.Xml.Linq.XElement Load(System.Xml.XmlReader reader, System.Xml.Linq.LoadOptions options)
 {
     throw null;
 }
 public static System.Xml.Linq.XElement Parse(string text, System.Xml.Linq.LoadOptions options)
 {
     throw null;
 }
 public static System.Xml.Linq.XElement Load(string uri, System.Xml.Linq.LoadOptions options)
 {
     throw null;
 }
 public static System.Xml.Linq.XElement Load(System.IO.Stream stream, System.Xml.Linq.LoadOptions options)
 {
     throw null;
 }
 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;
 }