charri / Font-Awesome-WPF

FontAwesome controls for WPF+UWP
MIT License
533 stars 145 forks source link

Attributes should be sealed #46

Open drewnoakes opened 7 years ago

drewnoakes commented 7 years ago

Reflection over sealed attributes is considerably faster.

https://msdn.microsoft.com/en-us/library/ms182267.aspx

IconCategoryAttribute, IconIdAttribute and IconAliasAttribute are all unsealed.

https://github.com/charri/Font-Awesome-WPF/blob/master/src/WPF/FontAwesome.WPF/Attributes.cs