Created
June 5, 2012 14:37
-
-
Save mkrueger/2875390 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
We need separate icons for each type: | |
+ class | |
+ interface | |
+ struct | |
+ enum | |
+ delegate | |
Members: | |
+ Property | |
+ Field | |
+ Constant field (or maybe a contant/readonly tag) | |
+ Methods | |
+ Constructor | |
+ Destructor | |
+ Indexer | |
+ Operators | |
Then icon tags for each modifier: | |
+ public | |
+ protected | |
+ private | |
+ internal | |
These should be different: | |
+ internal protected | |
+ protected internal |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment