Class CompletionInfoCollection.
Definition
Namespace:Telerik.WinForms.Controls.SyntaxEditor.UI.IntelliPrompt.Completion
Assembly:Telerik.WinControls.SyntaxEditor.dll
Syntax:
C#
public class CompletionInfoCollection : ObservableCollection<CompletionInfo>, IList, ICollection, ICompletionInfoCollection, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Inheritance: objectCollection<CompletionInfo>ObservableCollection<CompletionInfo>CompletionInfoCollection
Implements:
Inherited Members
Constructors
C#
public CompletionInfoCollection()
Methods
Filters the specified filter.
C#
public CompletionFilterResult Filter(string filterParameter)
The filter.
Returns:CompletionFilterResult.
Implements: