CSharpLanguage Class

Represents the C# programming language.

Definition

Namespace: Novacta.Documentation.CodeExamples
Assembly: Novacta.Documentation.CodeExamples (in Novacta.Documentation.CodeExamples.dll) Version: 2.0.0+d0711904e187765f05e6dc698044fce33381798b
C#
public class CSharpLanguage : ProgrammingLanguage
Inheritance
Object    ProgrammingLanguage    CSharpLanguage

Constructors

CSharpLanguage Initializes a new instance of the CSharpLanguage class.

Properties

CommentSymbol Gets or sets the comment symbol.
(Inherited from ProgrammingLanguage)
FileExtension Gets or sets the file extension.
(Inherited from ProgrammingLanguage)

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
RemoveIAsyncCodeExampleReferences Removes IAsyncCodeExample references from the specified source code.
(Overrides ProgrammingLanguageRemoveIAsyncCodeExampleReferences(String))
RemoveICodeExampleReferences Removes ICodeExample references from the specified source code.
(Overrides ProgrammingLanguageRemoveICodeExampleReferences(String))
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also