In This Article

JsonExampleTextProvider Class

Represents a example text provider for the JSON language.

public class JsonExampleTextProvider : 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

JsonExampleTextProvider()

Initializes an instance of the class.

public JsonExampleTextProvider()

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