Click or drag to resize
MemberInfoExtensionsGetFirstAttributeTAttribute Method

Namespace: Cassandra.Mapping.Utils
Assembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax
C#
public static TAttribute GetFirstAttribute<TAttribute>(
	MemberInfo member,
	bool inherit
)
where TAttribute : Attribute

Parameters

member
Type: System.ReflectionMemberInfo
inherit
Type: SystemBoolean

Type Parameters

TAttribute

Return Value

Type: TAttribute
See Also