net30
namespace System.Reflection
{
[ClassInterface(ClassInterfaceType.None)]
[ComDefaultInterface(typeof(_MethodInfo))]
[ComVisible(true)]
public abstract class MethodInfo : MethodBase, _MethodInfo
{
public override bool IsGenericMethodDefinition { get; }
}
}
nuget.org | 0.0 %
Reference this API |
---|---|
.NET Framework | 2.03.03.5 |
Information specific to net30 | |
Assembly | mscorlib , Version=2.0.0.0, PublicKeyToken=b77a5c561934e089 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |