Namespace: | Sirenix.Utilities |
Assembly: | Sirenix.Utilities |
public static class PropertyInfoExtensions
public static PropertyInfo DeAliasProperty(this PropertyInfo propertyInfo, bool throwOnNotAliased = false)
System.Reflection.PropertyInfo | propertyInfo | |
System.Boolean | throwOnNotAliased |
System.Reflection.PropertyInfo |
public static bool IsAliasProperty(this PropertyInfo propertyInfo)
System.Reflection.PropertyInfo | propertyInfo |
System.Boolean |
public static bool IsAutoProperty(this PropertyInfo propInfo, bool allowVirtual = false)
System.Reflection.PropertyInfo | propInfo | |
System.Boolean | allowVirtual |
System.Boolean |