|
| ±è¼º¹Î/CodingGuideline |
UserPreferences |
| serious-code.net | RecentChanges | ±â¼úÀÚ·á | ¸µÅ© | TitleIndex | ºí·Î±× |
public void StartIO(Stream ioStream, bool closeIOStream)
public void ProcessHtmlTag(string htmlTag)
| Pascal | Camel | Not |
|---|---|---|
| BitFlag | bitFlag | Bitflag |
| Callback | callback | CallBack |
| Canceled | canceled | Cancelled |
| DoNot | doNot | Dont |
| Endpoint | endpoint | EndPoint |
| FileName | fileName | Filename |
| Gridline | gridline | GridLine |
| Hashtable | hashtable | HashTable |
| Id | id | ID |
| Indexes | indexes | Indices |
| LogOff | logOff | LogOut |
| LogOn | logOn | LogIn |
| Metadata | metadata | MetaData, metaData |
| Multipanel | multipanel | MultiPanel |
| Multiview | multiview | MultiView |
| Namespace | namespace | NameSpace |
| Ok | ok | OK |
| Pi | pi | PI |
| Placeholder | placeholder | PlaceHolder |
| SignIn | signIn | SignOn |
| SignOut | signOut | SignOff |
| UserName | userName | Username |
| WhiteSpace | whiteSpace | Whitespace |
| Writable | writable | Writeable |
| Shutdown | shutdown | ShutDown |
| Childs | childs | Children, children |
| Type | Prefix | Desc |
|---|---|---|
| Empty | ||
| Null | ||
| Boolean | bln, b | |
| Byte | byt | |
| Integer | int, n | -32768 ~ 32767 |
| Currency | cur | |
| Long | lng, n | -2147483648 ~ 2147483647 |
| Single | sng, f | |
| Double | dbl, f | |
| Date(Time) | dtm | |
| String | str | |
| Object | obj | |
| Error | err | |
| Array | arr | |
| Collection | col |