Class OverloadInfo
Class OverloadInfo.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.SyntaxEditor.UI.IntelliPrompt.Overloading
Assembly: Telerik.Windows.Controls.SyntaxEditor.dll
Syntax
public class OverloadInfo
Constructors
OverloadInfo(String)
Initializes a new instance of the OverloadInfo class.
Declaration
public OverloadInfo(string signature)
Parameters
System.String
signature
The signature. |
OverloadInfo(String, String)
Initializes a new instance of the OverloadInfo class.
Declaration
public OverloadInfo(string signature, string description)
Parameters
System.String
signature
The signature. |
System.String
description
The description. |
OverloadInfo(Span)
Initializes a new instance of the OverloadInfo class.
Declaration
public OverloadInfo(Span signature)
Parameters
System.Windows.Documents.Span
signature
The signature. |
OverloadInfo(Span, Span)
Initializes a new instance of the OverloadInfo class.
Declaration
public OverloadInfo(Span signature, Span description)
Parameters
System.Windows.Documents.Span
signature
The signature. |
System.Windows.Documents.Span
description
The description. |
Properties
Description
Gets the description.
Declaration
public Span Description { get; }
Property Value
System.Windows.Documents.Span
The description. |
DescriptionUIElement
Gets the description UI element. TODO: Remove the need of this property.
Declaration
public UIElement DescriptionUIElement { get; }
Property Value
System.Windows.UIElement
The description UI element. |
Signature
Gets the signature.
Declaration
public Span Signature { get; }
Property Value
System.Windows.Documents.Span
The signature. |
SignatureUIElement
Gets the signature UI element. TODO: Remove the need of this property.
Declaration
public UIElement SignatureUIElement { get; }
Property Value
System.Windows.UIElement
The signature UI element. |