XmlDocExampleCodeParser.

Parse(FilePath) Method

Summary

Parses Xml documentation example code from given path.

Syntax

[SuppressMessage("Microsoft.Usage", "CA2202:Do not dispose objects multiple times")]
public IEnumerable<XmlDocExampleCode> Parse(FilePath xmlFilePath)

Attributes

Type Description
SuppressMessageAttribute

Parameters

Name Type Description
xmlFilePath FilePath Path to the file to parse.

Return Value

Type Description
IEnumerable<XmlDocExampleCode> Parsed Example Code.