Skip to content

Instantly share code, notes, and snippets.

@tianhonghui
Created February 14, 2014 10:16
Show Gist options
  • Save tianhonghui/8998782 to your computer and use it in GitHub Desktop.
Save tianhonghui/8998782 to your computer and use it in GitHub Desktop.
attributes
IEnumerable<PropertyInfo> ss = obj.GetType().GetRuntimeProperties();
var ingoreAttribute = Attribute.GetCustomAttribute(s, typeof(IngoreUriSerialize));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment