Class CompletionInfoCollection.
Definition
Namespace:Telerik.Windows.Controls.SyntaxEditor.UI.IntelliPrompt.Completion
Assembly:Telerik.Windows.Controls.SyntaxEditor.dll
Syntax:
C#
public class CompletionInfoCollection : ObservableCollection<CompletionInfo>, IList, ICollection, IReadOnlyList<CompletionInfo>, IReadOnlyCollection<CompletionInfo>, ICompletionInfoCollection, IList<CompletionInfo>, ICollection<CompletionInfo>, IEnumerable<CompletionInfo>, 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: