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
Returns
Type Parameters
TAtt