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
Returns
- TAttribute[]
Type Parameters
TAttribute