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)
32
protected sealed override bool
IsArrayImpl
() => false;
src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureGenericParameterType.cs (1)
19
protected sealed override bool
IsArrayImpl
() => false;
src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureHasElementType.cs (1)
19
protected abstract override bool
IsArrayImpl
();