Load Save « XML LINQ « C# / C Sharp

Home
C# / C Sharp
1.2D Graphics
2.Class Interface
3.Collections Data Structure
4.Components
5.Data Types
6.Database ADO.net
7.Date Time
8.Design Patterns
9.Development Class
10.Event
11.File Stream
12.Generics
13.GUI Windows Form
14.Internationalization I18N
15.Language Basics
16.LINQ
17.Network
18.Office
19.Reflection
20.Regular Expressions
21.Security
22.Services Event
23.Thread
24.Web Services
25.Windows
26.Windows Presentation Foundation
27.XML
28.XML LINQ
C# Book
C# / C Sharp by API
C# / CSharp Tutorial
C# / CSharp Open Source
C# / C Sharp » XML LINQ » Load SaveScreenshots 
1.XElement.Load loads an XElement from a file.
2.XElement.Load(String, LoadOptions) loads an XElement from a file
3.XElement.Load (TextReader) loads an XElement from a TextReader.
4.XElement.Load Method (TextReader, LoadOptions) loads an XElement from a TextReader
5.XElement.Load (XmlReader) loads an XElement from an XmlReader.
6.XElement.Save serializes this element to a file.
7.XElement.Save serializes this element to a file, optionally disabling formatting.
8.XElement.Save (TextWriter) serializes this element to a TextWriter.
9.XElement.Save (TextWriter, SaveOptions) serializes this element to a TextWriter
10.XElement.Save (XmlWriter) serializes this element to an XmlWriter.
11.XDocument.Load loads a XDocument from a file.
12.XDocument.Load(String, LoadOptions) loads an XDocument from a file with option
13.XDocument.Load (TextReader) creates a new XDocument from a TextReader.
14.XDocument.Load (TextReader, LoadOptions) loads an XDocument from a TextReader with option
15.XDocument.Load (XmlReader) loads an XDocument from an XmlReader.
16.XDocument.Load(XmlReader, LoadOptions) loads an XElement from an XmlReader with option
17.XDocument.Parse(String, LoadOptions) parse a string to create a new XDocument with option
18.XDocument.Save (String) serializes this XDocument to a file, overwriting an existing file, if it exists.
19.XDocument.Save (String, SaveOptions) serializes this XDocument to a file with option
20.XDocument.Save (TextWriter) serializes this XDocument to a TextWriter.
21.XDocument.Save (TextWriter, SaveOptions) serializes this XDocument to a TextWriter with option
22.XDocument.Save Method (XmlWriter) serializes this XDocument to an XmlWriter.
23.XDocument.Parse (String) parses a string to create a new XDocument.
java2s.com  |  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.