Base:
method
IsDefined
System.Reflection.MemberInfo.IsDefined(System.Type, System.Boolean)
1 reference to IsDefined
mscorlib (1)
system\reflection\emit\dynamicmethod.cs (1)
765
public override bool IsDefined(Type attributeType, bool inherit) { return m_dynMethod.
IsDefined
(attributeType, inherit); }