MemberInfoExtensionsHasAttributeTAttribute Method |
Namespace: Cassandra.Mapping.UtilsAssembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax public static bool HasAttribute<TAttribute>(
MemberInfo member,
bool inherit
)
where TAttribute : Attribute
Parameters
- member
- Type: System.ReflectionMemberInfo
- inherit
- Type: SystemBoolean
Type Parameters
- TAttribute
Return Value
Type:
BooleanSee Also