Table of Contents

Class EnumExtension

Namespace
Xarial.XToolkit.Reflection
Assembly
BlueByte.SOLIDWORKS.PDMProfessional.SDK.dll
public static class EnumExtension
Inheritance
EnumExtension
Inherited Members

Methods

TryGetAttribute<TAtt>(Enum, Action<TAtt>)

public static bool TryGetAttribute<TAtt>(this Enum enumer, Action<TAtt> attProc) where TAtt : Attribute

Parameters

enumer Enum
attProc Action<TAtt>

Returns

bool

Type Parameters

TAtt