[]
Teknik çeviri yardım
generic interfaces support covariance for type parameters marked with
the out modifier. This modifier ensures that, unlike with arrays, covariance with
interfaces is fully type-safe. To illustrate, suppose that our Stack class implements the following interface:
Bu paragrafta ne demek istiyor çevirebilecek olan var mı rica etsem.
the out modifier. This modifier ensures that, unlike with arrays, covariance with
interfaces is fully type-safe. To illustrate, suppose that our Stack class implements the following interface:
Bu paragrafta ne demek istiyor çevirebilecek olan var mı rica etsem.
1