See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Namespace: NTier.Design.DTE
Assembly: NTier.Design (in NTier.Design.dll) Version: 1.0.0.0
_MemberInfo..::..GetCustomAttributes(Type, Boolean)
NTier Windows Forms Framework Home
NTier Framework API reference
Namespace: NTier.Design.DTE
Assembly: NTier.Design (in NTier.Design.dll) Version: 1.0.0.0
Syntax
C# |
---|
public override Object[] GetCustomAttributes( Type attributeType, bool inherit ) |
Visual Basic |
---|
Public Overrides Function GetCustomAttributes ( attributeType As Type, inherit As Boolean ) As Object() |
Visual C++ |
---|
public: virtual array<Object^>^ GetCustomAttributes( Type^ attributeType, bool inherit ) override |
Return Value
Type: array<Object>[]()[][]Implements
ICustomAttributeProvider..::..GetCustomAttributes(Type, Boolean)_MemberInfo..::..GetCustomAttributes(Type, Boolean)