RGF.Abstraction
C#
Show/Hide TOC
Enum
Extensions
Get
Custom
Attribute
T
Method
Definition
Namespace:
Recrovit.RecroGridFramework.Abstraction.Extensions
Assembly:
Recrovit.RecroGridFramework.Abstraction (in Recrovit.RecroGridFramework.Abstraction.dll) Version: 1.16.0.10306
C#
Copy
public
static
T
GetCustomAttribute
<T>(
this
Enum
enumerator
)
where
T :
Attribute
Parameters
enumerator
Enum
Type Parameters
T
Return Value
T
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
Enum
. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic)
or
Extension Methods (C# Programming Guide)
.
See Also
Reference
EnumExtensions Class
Recrovit.RecroGridFramework.Abstraction.Extensions Namespace
In This Article
Definition
Parameters
Type Parameters
Return Value
Usage Note
See Also