CSharp LanguageRemove IAsync Code Example References Method
Removes IAsyncCodeExample 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 IAsyncCodeExample removed.
Assembly: Novacta.Documentation.CodeExamples (in Novacta.Documentation.CodeExamples.dll) Version: 2.0.0+d0711904e187765f05e6dc698044fce33381798b
C#
public override string RemoveIAsyncCodeExampleReferences(
string code
)VB
Public Overrides Function RemoveIAsyncCodeExampleReferences (
code As String
) As StringC++
public:
virtual String^ RemoveIAsyncCodeExampleReferences(
String^ code
) overrideF#
abstract RemoveIAsyncCodeExampleReferences :
code : string -> string
override RemoveIAsyncCodeExampleReferences :
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 IAsyncCodeExample removed.