Base:
method
IsArrayImpl
System.Type.IsArrayImpl()
3 overrides of IsArrayImpl
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureConstructedGenericType.cs (1)
32protected sealed override bool IsArrayImpl() => false;
src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureGenericParameterType.cs (1)
19protected sealed override bool IsArrayImpl() => false;
src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureHasElementType.cs (1)
19protected abstract override bool IsArrayImpl();