Programming Language Class
Represents a 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 abstract class ProgrammingLanguageVB
Public MustInherit Class ProgrammingLanguageC++
public ref class ProgrammingLanguage abstractF#
[<AbstractClassAttribute>]
type ProgrammingLanguage = class end- Inheritance
- Object ProgrammingLanguage
- Derived
Constructors
| ProgrammingLanguage | Initializes a new instance of the ProgrammingLanguage class |
Properties
| CommentSymbol | Gets or sets the comment symbol. |
| FileExtension | Gets or sets the file extension. |
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. |
| RemoveICodeExampleReferences | Removes ICodeExample references from the specified source code. |
| ToString | Returns a string that represents the current object. (Inherited from Object) |