Skip to content

Instantly share code, notes, and snippets.

@mkrueger
Created June 5, 2012 14:37
Show Gist options
  • Save mkrueger/2875390 to your computer and use it in GitHub Desktop.
Save mkrueger/2875390 to your computer and use it in GitHub Desktop.
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