I believe he said the Language Reference. Check out the keyword "Shared", "Static" etc. and read as much as you can - there is a GREAT deal of info around the class and member modifiers (such as public, private, shared, etc.). It's well worth the effort to spend 8 hours or so writing small sample classes and seeing what each keyword does and doesn't do. A book on VB.NET would cover this as well with good samples.
-Nerseus