In This Article

PythonExampleTextProvider Class

Represents a example text provider for the Python language.

public class PythonExampleTextProvider : IExampleTextProvider
Inheritance:
object object
Implements:
IExampleTextProvider

Remarks

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

Constructors

PythonExampleTextProvider()

Initializes an instance of the class.

public PythonExampleTextProvider()

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