Open sandboxFocus

Method HasCovariantType

HasCovariantType(IPropertyOrIndexer)

Determines whether a read-only property or indexer override has a covariant type with respect to the base implementation.

Declaration
[CompileTime]
public static bool HasCovariantType(this IPropertyOrIndexer propertyOrIndexer)
Parameters
Type Name Description
IPropertyOrIndexer propertyOrIndexer
Returns
Type Description
bool
See Also