Skip to content

Commit

Permalink
Merge branch 'AutoCompleteStringCollection-ListT' of github.com:elach…
Browse files Browse the repository at this point in the history
…lan/winforms into AutoCompleteStringCollection-ListT
  • Loading branch information
elachlan committed Nov 10, 2022
2 parents d64be02 + 8ae333d commit 47d0c06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace System.Windows.Forms
public class AutoCompleteStringCollection : IList
{
CollectionChangeEventHandler onCollectionChanged;
private readonly List<string> data = new List<string>();
private readonly List<string> data = new();

public AutoCompleteStringCollection()
{
Expand Down

0 comments on commit 47d0c06

Please sign in to comment.