Base:
method
HasElementTypeImpl
System.Type.HasElementTypeImpl()
3 overrides of HasElementTypeImpl
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureConstructedGenericType.cs (1)
31protected sealed override bool HasElementTypeImpl() => false;
src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureGenericParameterType.cs (1)
18protected sealed override bool HasElementTypeImpl() => false;
src\libraries\System.Private.CoreLib\src\System\Reflection\SignatureHasElementType.cs (1)
18protected sealed override bool HasElementTypeImpl() => true;