ChangesetXmlParser.

LazyParse(string) Method

Summary

Parse the given XML lazily and return a collection of Changeset objects for the information contained in it, in the order the changesets appear in the xml.
Assembly
Mercurial.Net.dll
Namespace
Mercurial
Containing Type
ChangesetXmlParser

Syntax

public static IEnumerable<Changeset> LazyParse(string xml)

Parameters

Name Type Description
xml string The XML to parse.

Return Value

Type Description
IEnumerable<T> A collection of Changeset objects.