CSharp Language 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
Assembly: Novacta.Documentation.CodeExamples (in Novacta.Documentation.CodeExamples.dll) Version: 2.0.0+d0711904e187765f05e6dc698044fce33381798b
C#
public class CSharpLanguage : ProgrammingLanguageVB
Public Class CSharpLanguage
Inherits ProgrammingLanguageC++
public ref class CSharpLanguage : public ProgrammingLanguageF#
type CSharpLanguage =
class
inherit ProgrammingLanguage
end- 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
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates 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)) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |