DekGenius.com
Team LiB   Previous Section   Next Section
E
else

A conditional statement that defines the action to take when a precedingif expression evaluates to false.



enum

A value type that defines a group of named numeric constants.



event

A member modifier for a delegate field or property that indicates only the += and -= methods of the delegate can be accessed.



explicit

An operator that defines an explicit conversion.



extern

A method modifier that indicates the method is implemented with unmanaged code.



    Team LiB   Previous Section   Next Section