OverloadInfo
Class
Class OverloadInfo.
Definition
Namespace:Telerik.Windows.Controls.SyntaxEditor.UI.IntelliPrompt.Overloading
Assembly:Telerik.Windows.Controls.SyntaxEditor.dll
Syntax:
C#
public class OverloadInfo
Inheritance: objectOverloadInfo
Constructors
Initializes a new instance of the OverloadInfo class.
C#
public OverloadInfo(Span signature, Span description)
The signature.
descriptionSpanThe description.
Initializes a new instance of the OverloadInfo class.
C#
public OverloadInfo(Span signature)
The signature.
Initializes a new instance of the OverloadInfo class.
Initializes a new instance of the OverloadInfo class.
Properties
Description
Span
Gets the description.
C#
public Span Description { get; }
The description.
DescriptionUIElement
UIElement
Gets the description UI element. TODO: Remove the need of this property.
C#
public UIElement DescriptionUIElement { get; }
The description UI element.
Signature
Span
Gets the signature.
C#
public Span Signature { get; }
The signature.
SignatureUIElement
UIElement
Gets the signature UI element. TODO: Remove the need of this property.
C#
public UIElement SignatureUIElement { get; }
The signature UI element.