Summary
Initializes a new instance of the
XmlDocExampleCode
class.
- Namespace
- Cake
.Common .Solution .Project .XmlDoc - Containing Type
- XmlDocExampleCode
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 |