Class OverloadInfo
Class OverloadInfo.
Inheritance
System.Object
OverloadInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.Controls.SyntaxEditor.UI.IntelliPrompt.Overloading
Assembly: Telerik.WinControls.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. |
Properties
Description
Gets the description.
Declaration
public string Description { get; }
Property Value
System.String
The description. |
Signature
Gets the signature.
Declaration
public string Signature { get; }
Property Value
System.String
The signature. |