In This Article

JavaScriptExampleTextProvider Class

Represents a example text provider for the JavaScript language.

public class JavaScriptExampleTextProvider : IExampleTextProvider
Inheritance:
object object
Implements:
IExampleTextProvider

Remarks

This type was generated by the Actipro Language Designer tool v13.1.581.0 (http://www.actiprosoftware.com).

Constructors

JavaScriptExampleTextProvider()

Initializes an instance of the class.

public JavaScriptExampleTextProvider()

Properties

ExampleText

Gets the example text, a code snippet of the related language.

public string ExampleText { get; }

Property Value

string:

The example text, a code snippet of the related language.

Inherited Members