XmlDocExampleCode.

XmlDocExampleCode(string, string) Constructor

Summary

Initializes a new instance of the XmlDocExampleCode class.

Syntax

public XmlDocExampleCode(string name, string code)

Parameters

Name Type Description
name string The name of code parent.
code string The example code.

Return Value

Type Description
void