Skip to content

Instantly share code, notes, and snippets.

@pytlus93
Created September 12, 2017 10:30
Show Gist options
  • Save pytlus93/486a6ab86e5d8a997f63a7c294b678fc to your computer and use it in GitHub Desktop.
Save pytlus93/486a6ab86e5d8a997f63a7c294b678fc to your computer and use it in GitHub Desktop.
Get custom attributes from parent // https://stackoverflow.com/a/7175762/5502597
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