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..::..IsDefined(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 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 |
Return Value
Type: BooleanImplements
ICustomAttributeProvider..::..IsDefined(Type, Boolean)_MemberInfo..::..IsDefined(Type, Boolean)