Changes between Initial Version and Version 1 of PascalCase


Ignore:
Timestamp:
Apr 6, 2007, 4:20:20 PM (17 years ago)
Author:
tamas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PascalCase

    v1 v1  
     1
     2= Pascal Case =
     3
     4Pascal Case is a capitaalization style, where the first letter in the identifier and the first letter of each subsequent concatenated word are capitalized. You can use Pascal case for identifiers of three or more characters. For example:
     5
     6{{{
     7BackColor
     8}}}
     9
     10= Related Documents =
     11
     12 * [http://msdn2.microsoft.com/en-us/library/x2dbyw72(VS.71).aspx Capitalization Styles]
     13 * [http://trac.osgeo.org/gdal/wiki/CamelCase Camel Case]