Click or drag to resize

CodeExampleInfo Constructor

Initializes a new instance of the CodeExampleInfo class.

Namespace:  Novacta.Documentation.CodeExamples
Assembly:  Novacta.Documentation.CodeExamples (in Novacta.Documentation.CodeExamples.dll) Version: 1.0.0
Syntax
public CodeExampleInfo(
	Type type,
	string sourceCodePath,
	ProgrammingLanguage language
)

Parameters

type
Type: SystemType
The type of the example.
sourceCodePath
Type: SystemString
The source code path where the example type is defined.
language
Type: Novacta.Documentation.CodeExamplesProgrammingLanguage
The programming language in which the example has been coded.
See Also