 | CodeExampleInfo Constructor |
Namespace:
Novacta.Documentation.CodeExamples
Assembly:
Novacta.Documentation.CodeExamples (in Novacta.Documentation.CodeExamples.dll) Version: 1.0.0
Syntaxpublic CodeExampleInfo(
Type type,
string sourceCodePath,
ProgrammingLanguage language
)
Public Sub New (
type As Type,
sourceCodePath As String,
language As ProgrammingLanguage
)
public:
CodeExampleInfo(
Type^ type,
String^ sourceCodePath,
ProgrammingLanguage^ language
)
new :
type : Type *
sourceCodePath : string *
language : ProgrammingLanguage -> CodeExampleInfo
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