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

Syntax

C#
public override Object[] GetCustomAttributes(
	bool inherit
)
Visual Basic
Public Overrides Function GetCustomAttributes ( 
	inherit As Boolean
) As Object()
Visual C++
public:
virtual array<Object^>^ GetCustomAttributes(
	bool inherit
) override

Parameters

inherit
Type: System..::..Boolean

Return Value

Type: array<Object>[]()[][]

Implements

ICustomAttributeProvider..::..GetCustomAttributes(Boolean)
_MemberInfo..::..GetCustomAttributes(Boolean)

See Also