CodeExampleInfo Constructor

Initializes a new instance of the CodeExampleInfo class.

Definition

Namespace: Novacta.Documentation.CodeExamples
Assembly: Novacta.Documentation.CodeExamples (in Novacta.Documentation.CodeExamples.dll) Version: 2.0.0+d0711904e187765f05e6dc698044fce33381798b
C#
public CodeExampleInfo(
	Type type,
	string sourceCodePath,
	ProgrammingLanguage language,
	bool isCodeAsynchronous
)

Parameters

type  Type
The type of the example.
sourceCodePath  String
The source code path where the example type is defined.
language  ProgrammingLanguage
The programming language in which the example has been coded.
isCodeAsynchronous  Boolean
A value signaling if the example has asynchronous code.

See Also