Click or drag to resize

MemberInfoExtensionsGetFirstAttributeTAttribute Method

Namespace:  Dse.Mapping.Utils
Assembly:  Dse (in Dse.dll) Version: 2.6.0
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