CSharpExampleTextProvider Class
Represents a example text provider for the C#
language.
public class CSharpExampleTextProvider : IExampleTextProvider
- Inheritance:
- object object
- Implements:
- IExampleTextProvider
Remarks
This type was generated by the Actipro Language Designer tool v10.2.530.0 (http://www.actiprosoftware.com). Generated code is based on input created by Actipro Software LLC. Copyright (c) 2001-2024 Actipro Software LLC. All rights reserved.
Constructors
CSharpExampleTextProvider()
Initializes an instance of the class.
public CSharpExampleTextProvider()
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.