Created
September 12, 2017 10:30
-
-
Save pytlus93/486a6ab86e5d8a997f63a7c294b678fc to your computer and use it in GitHub Desktop.
Get custom attributes from parent // https://stackoverflow.com/a/7175762/5502597
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
System.Attribute.GetCustomAttributes(x, typeof(IgnoreAttribute), true) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment