public private protected internal virtual override abstract sealed
Calendar
CurrRateFromWeb
Chess
VehicleWebpage
EmployeeComboBox1
EmployeeWebPage
BinaryFormatter
Example files:
misc.zip and
misc.htm.
The writer of the interface agrees not to change the interface after it is published.
negative if this < other
zero if this == other
Unary:
+ - ! ~ ++
-- false true
== !=
< <= > >=
int n = 3; for(int i = 1; i <= 10; i++) { Console.WriteLine(n); n *= 3; }
Pass in false if Dispose is being called within Finalize.
public typeOfData this[int index]
{ ... }
public typeOfData this[string key]
{ ... }
true means "detect encoding from byte order marks:"
Use the UTF-8 encoding system for Unicode:
FileInfo Methods: AppendText, CopyTo, Create, Delete, Encrypt, Decrypt, MoveTo, Open, OpenRead, OpenText, OpenWrite, Replace
DirectoryInfo Properties: Attributes, CreationTime, Directory, Exists, FullName, IsReadOnly, LastAccessTime, LastWriteTime, Length, Name, Parent
DirectoryInfo Methods: Create, CreateSubdirectory, GetDirectories, GetFiles, MoveTo
DriveInfo Properties: AvailableFreeSpace, DriveFormat, DriveType, IsReady, Name, RootDirectory, TotalFreeSpace, TotalSize, VolumeLabel
DriveInfo Methods: GetDrives
button1.Click += delegate(object source, EventArgs e) { textBox1.Text = "I\'ve been clicked."; };