1 implementation of IsAbstract
mscorlib (1)
system\reflection\methodbase.cs (1)
378bool _MethodBase.IsAbstract { get { return IsAbstract; } }