Base:
property
Attributes
System.Reflection.MethodBase.Attributes
4 overrides of Attributes
System.Private.CoreLib (4)
System\Reflection\Runtime\MethodInfos\RuntimeConstructedGenericMethodInfo.cs (1)
28
public sealed override MethodAttributes
Attributes
System\Reflection\Runtime\MethodInfos\RuntimeDummyMethodInfo.cs (1)
28
public sealed override MethodAttributes
Attributes
{ get { throw NotImplemented.ByDesign; } }
System\Reflection\Runtime\MethodInfos\RuntimeNamedMethodInfo.cs (1)
58
public sealed override MethodAttributes
Attributes
System\Reflection\Runtime\MethodInfos\RuntimeSyntheticMethodInfo.cs (1)
33
public sealed override MethodAttributes
Attributes
1 reference to Attributes
System.Private.CoreLib (1)
System\Reflection\Runtime\MethodInfos\RuntimeConstructedGenericMethodInfo.cs (1)
32
return _genericMethodDefinition.
Attributes
;