C# (CSharp) DocumentReader.Peek - 2 exemples trouvés. Ce sont les exemples réels les mieux notés de DocumentReader.Peek à partir du pack simplexml extraits de projets open source. Vous pouvez noter les exemples pour nous aider à en améliorer la qualité.
This is used to peek at the node from the document. This will scan through the document, ignoring any comments to find the next relevant XML event to acquire. Typically events will be the start and end of an element, as well as any text nodes.