XmlDocExampleCodeParser.

ParseFiles(GlobPattern) Method

Summary

Parses Xml documentation example code from file(s) using given pattern.

Syntax

public IEnumerable<XmlDocExampleCode> ParseFiles(GlobPattern pattern)

Parameters

Name Type Description
pattern GlobPattern The globber file pattern.

Return Value

Type Description
IEnumerable<XmlDocExampleCode> Parsed Example Code.