ClassOverloadInfo
Class OverloadInfo.
Definition
Namespace:Telerik.Windows.Controls.SyntaxEditor.UI.IntelliPrompt.Overloading
Assembly:Telerik.Windows.Controls.SyntaxEditor.dll
Syntax:
public class OverloadInfo
Inheritance: objectOverloadInfo
Constructors
OverloadInfo(Span)
Initializes a new instance of the OverloadInfo class.
Declaration
public OverloadInfo(Span signature)
Parameters
signature
Span
The signature.
OverloadInfo(Span, Span)
Initializes a new instance of the OverloadInfo class.
Declaration
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
public OverloadInfo(string signature)
Parameters
signature
The signature.
OverloadInfo(string, string)
Initializes a new instance of the OverloadInfo class.
Properties
Description
Gets the description.
Declaration
public Span Description { get; }
Property Value
Span
The description.
DescriptionUIElement
Gets the description UI element. TODO: Remove the need of this property.
Declaration
public UIElement DescriptionUIElement { get; }
Property Value
UIElement
The description UI element.
Signature
Gets the signature.
Declaration
public Span Signature { get; }
Property Value
Span
The signature.
SignatureUIElement
Gets the signature UI element. TODO: Remove the need of this property.
Declaration
public UIElement SignatureUIElement { get; }
Property Value
UIElement
The signature UI element.