Class
OverloadInfo

Class OverloadInfo.

Definition

Namespace:Telerik.Windows.Controls.SyntaxEditor.UI.IntelliPrompt.Overloading

Assembly:Telerik.Windows.Controls.SyntaxEditor.dll

Syntax:

cs-api-definition
public class OverloadInfo

Inheritance: objectOverloadInfo

Constructors

OverloadInfo(Span)

Initializes a new instance of the OverloadInfo class.

Declaration

cs-api-definition
public OverloadInfo(Span signature)

Parameters

signature

Span

The signature.

OverloadInfo(Span, Span)

Initializes a new instance of the OverloadInfo class.

Declaration

cs-api-definition
public OverloadInfo(Span signature, Span description)

Parameters

signature

Span

The signature.

description

Span

The description.

OverloadInfo(string)

Initializes a new instance of the OverloadInfo class.

Declaration

cs-api-definition
public OverloadInfo(string signature)

Parameters

signature

string

The signature.

OverloadInfo(string, string)

Initializes a new instance of the OverloadInfo class.

Declaration

cs-api-definition
public OverloadInfo(string signature, string description)

Parameters

signature

string

The signature.

description

string

The description.

Properties

Description

Gets the description.

Declaration

cs-api-definition
public Span Description { get; }

Property Value

Span

The description.

DescriptionUIElement

Gets the description UI element. TODO: Remove the need of this property.

Declaration

cs-api-definition
public UIElement DescriptionUIElement { get; }

Property Value

UIElement

The description UI element.

Signature

Gets the signature.

Declaration

cs-api-definition
public Span Signature { get; }

Property Value

Span

The signature.

SignatureUIElement

Gets the signature UI element. TODO: Remove the need of this property.

Declaration

cs-api-definition
public UIElement SignatureUIElement { get; }

Property Value

UIElement

The signature UI element.