Help with System.Collections.ObjectModel.Collection using Roeder's Reflector

  • Thread starter Thread starter JackPot
  • Start date Start date
J

JackPot

The question being like where is System.Collections.ObjectModel.Collection?

I'm using Roeder's Reflector and come across the following:

private Collection<int>channelSkipHours;

When I click on Collection I get a dialog stating "The member is not loaded
or may be hidden due to your website settings."
So I try to use Reflector to peruse the CommonLanguageRuntimeLibrary and
navigate through System.Collections but there is not ObjectModel????
 
Back
Top