Enum SourceLanguage
A source language.
Namespace: FM.LiveSwitch
Assembly: FM.LiveSwitch.dll
Syntax
public enum SourceLanguage : int
Fields
Name | Description |
---|---|
CSharp | Indicates that the source language is C#. |
Java | Indicates that the source language is Java. |
ObjectiveC | Indicates that the source language is Objective-C. |
TypeScript | Indicates that the source language is TypeScript. |