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