KmVariance

Variance applied to a type parameter on the declaration site (declaration-site variance), or to a type in a projection (use-site variance).

Entries

Link copied to clipboard

The affected type parameter or type is invariant, which means it has no variance applied to it.

Link copied to clipboard

The affected type parameter or type is contravariant. Denoted by the in modifier in the source code.

Link copied to clipboard

The affected type parameter or type is covariant. Denoted by the out modifier in the source code.

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.