Using F1 in Visual Studio
My bad. The directions may be a little unclear.
If you type in:
using System.
in the edit window (note the dot operator at the end of the line), a dropdown list of the valid namespaces for Visual Studio appears. If you highlight the IO namespace from that dropdown list, you will get online help about the IO namespace. For that to happen, however, your must either have installed the VS help files or have internet access available. Personally, I prefer to have the help files installed on my system since that's much faster than going across the Internet for additional info.
__________________
Jack Purdum, Ph.D.
Author: Beginning C# 3.0: Introduction to Object Oriented Programming (and 14 other programming texts)
|