New to Telerik UI for WinFormsStart a free 30-day trial

Class OverloadInfo.

Definition

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

Assembly:Telerik.WinControls.SyntaxEditor.dll

Syntax:

C#
public class OverloadInfo

Inheritance: objectOverloadInfo

Constructors

Initializes a new instance of the OverloadInfo class.

C#
public OverloadInfo(string signature, string description)
Parameters:signaturestring

The signature.

descriptionstring

The description.

Initializes a new instance of the OverloadInfo class.

C#
public OverloadInfo(string signature)
Parameters:signaturestring

The signature.

Properties

Gets the description.

C#
public string Description { get; }
Property Value:

The description.

Gets the signature.

C#
public string Signature { get; }
Property Value:

The signature.