ProgrammingLanguage Class

Represents a programming language.

Definition

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

Constructors

ProgrammingLanguageInitializes a new instance of the ProgrammingLanguage class

Properties

CommentSymbol Gets or sets the comment symbol.
FileExtension Gets or sets the file extension.

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.
RemoveICodeExampleReferences Removes ICodeExample references from the specified source code.
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also