Enum SourceCodeType
Enumeration of the source code types that are supported by code factory.
Namespace: CodeFactory.SourceCode
Assembly: CodeFactory.dll
Syntax
public enum SourceCodeType
Fields
Name | Description |
---|---|
CSharp | The source code is implemented in the C# programming language. |
Unknown | The source code type is not supported or unknown to code factory. |
VisualBasic | The source code is implemented in the visual basic programming language. |