This documentation is archived and is not being maintained.
MethodBase.IsAbstract Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets a value that indicates whether the method is abstract (MustInherit in Visual Basic).
Namespace:
System.Reflection
Assembly:
mscorlib (in mscorlib.dll)
public bool IsAbstract { get; }
Property Value
Type:
System.Booleantrue if the method is abstract; otherwise, false.
An abstract member is declared on a base class and has no implementation supplied.
Windows Phone OS
Supported in: 8.1, 8.0, 7.1, 7.0