ClassOverloadInfoCollection
Class
Class OverloadInfoCollection.
Definition
Namespace:Telerik.Windows.Controls.SyntaxEditor.UI.IntelliPrompt.Overloading
Assembly:Telerik.Windows.Controls.SyntaxEditor.dll
Syntax:
cs-api-definition
public class OverloadInfoCollection : ObservableCollection<OverloadInfo>, IList<OverloadInfo>, ICollection<OverloadInfo>, IList, ICollection, IReadOnlyList<OverloadInfo>, IReadOnlyCollection<OverloadInfo>, IEnumerable<OverloadInfo>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Inheritance: objectCollection<OverloadInfo>ObservableCollection<OverloadInfo>OverloadInfoCollection
Implements:
Inherited Members
Constructors
OverloadInfoCollection()
Declaration
cs-api-definition
public OverloadInfoCollection()