
Guide To the Observable Classes - Part I
The place to start looking at the Observable types is with the generic classes and interfaces. These are the observable wrappers that you can use around any other class of object.
More importantly, the hierarchy here is exactly the same as the hierarchy that is used for all of the typed observables. If you can understand how generic observable classes and interfaces relate to each other, without worrying about what kind of data is inside them, and special classes added to handle those types, then you’ll automatically be able to understand how they work when they are typed.



