Namespace: | Sirenix.Utilities |
Assembly: | Sirenix.Utilities |
public static class FieldInfoExtensions
public static FieldInfo DeAliasField(this FieldInfo fieldInfo, bool throwOnNotAliased = false)
System.Reflection.FieldInfo | fieldInfo | The field to check. |
System.Boolean | throwOnNotAliased | if set to |
System.Reflection.FieldInfo |
System.ArgumentException | The field was not aliased; this only occurs if throwOnNotAliased is true. |
public static bool IsAliasField(this FieldInfo fieldInfo)
System.Reflection.FieldInfo | fieldInfo | The field to check. |
System.Boolean |
|