Click or drag to resize

ProgrammingLanguageRemoveICodeExampleReferences Method

Removes ICodeExample references from the specified source code.

Namespace:  Novacta.Documentation.CodeExamples
Assembly:  Novacta.Documentation.CodeExamples (in Novacta.Documentation.CodeExamples.dll) Version: 1.0.0
Syntax
public abstract string RemoveICodeExampleReferences(
	string code
)

Parameters

code
Type: SystemString
The code of the example where the references must be removed.

Return Value

Type: String
A string representing the source of the code example with the references to ICodeExample removed.
See Also