Leave a Reply

One comment

  1. Specifying the types when calling ExtensionMethod isn’t pretty but it works:

    ObservableCollection intCollection = new ObservableCollection();
    intCollection.ExtensionMethod, int>();

    Ronald Bosma Reply