ProgrammingLanguageRemoveICodeExampleReferences Method

Removes ICodeExample references from the specified source code.

Definition

Namespace: Novacta.Documentation.CodeExamples
Assembly: Novacta.Documentation.CodeExamples (in Novacta.Documentation.CodeExamples.dll) Version: 2.0.0+d0711904e187765f05e6dc698044fce33381798b
C#
public abstract string RemoveICodeExampleReferences(
	string code
)

Parameters

code  String
The code of the example where the references must be removed.

Return Value

String
A string representing the source of the code example with the references to ICodeExample removed.

See Also