Table of Contents

Method SafeGetCustomAttribute

Namespace
Anvil.API
Assembly
NWN.Anvil.dll

SafeGetCustomAttribute<T>(MemberInfo, bool)

public static T? SafeGetCustomAttribute<T>(this MemberInfo memberInfo, bool inherit = true)

Parameters

memberInfo MemberInfo
inherit bool

Returns

T

Type Parameters

T