CSharp LanguageRemove ICode Example References 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
A string representing the source of the code example with the references to ICodeExample removed.
Assembly: Novacta.Documentation.CodeExamples (in Novacta.Documentation.CodeExamples.dll) Version: 2.0.0+d0711904e187765f05e6dc698044fce33381798b
C#
public override string RemoveICodeExampleReferences(
string code
)VB
Public Overrides Function RemoveICodeExampleReferences (
code As String
) As StringC++
public:
virtual String^ RemoveICodeExampleReferences(
String^ code
) overrideF#
abstract RemoveICodeExampleReferences :
code : string -> string
override RemoveICodeExampleReferences :
code : string -> string Parameters
- code String
- The code of the example where the references must be removed.
Return Value
StringA string representing the source of the code example with the references to ICodeExample removed.