Table of Contents

Method GetCustomAttributes

Namespace
PaintDotNet
Assembly
PaintDotNet.Fundamentals.dll

GetCustomAttributes<TAttribute>(Type, bool)

public static TAttribute[] GetCustomAttributes<TAttribute>(this Type type, bool inherit) where TAttribute : Attribute

Parameters

type Type
inherit bool

Returns

TAttribute[]

Type Parameters

TAttribute