 | 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
Syntaxpublic abstract string RemoveICodeExampleReferences(
string code
)
Public MustOverride Function RemoveICodeExampleReferences (
code As String
) As String
public:
virtual String^ RemoveICodeExampleReferences(
String^ code
) abstract
abstract RemoveICodeExampleReferences :
code : string -> string
Parameters
- code
- Type: SystemString
The code of the example where
the references must be removed.
Return Value
Type:
StringA string representing the source of the
code example with the references to
ICodeExample removed.
See Also