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 bool IsDefined(
	Type attributeType,
	bool inherit
)
Visual Basic
Public Overrides Function IsDefined ( 
	attributeType As Type,
	inherit As Boolean
) As Boolean
Visual C++
public:
virtual bool IsDefined(
	Type^ attributeType, 
	bool inherit
) override

Parameters

attributeType
Type: System..::..Type
inherit
Type: System..::..Boolean

Return Value

Type: Boolean

Implements

ICustomAttributeProvider..::..IsDefined(Type, Boolean)
_MemberInfo..::..IsDefined(Type, Boolean)

See Also