基本解釋[計(jì)算機(jī)科學(xué)技術(shù)]類(lèi)屬導(dǎo)出型英漢例句雙語(yǔ)例句Covariance enables you to use a more derived type than that specified by the generic parameter.通過(guò)協(xié)變,可以使用與泛型參數(shù)指定的派生類(lèi)型相比,派生程度更大的類(lèi)型。A covariant delegate can be assigned another delegate of the same type, but with a more derived generic type parameter.可以向協(xié)變委托分配同一類(lèi)型的其他委托,但需使用派生程度較大的泛型類(lèi)型參數(shù)。A contravariant delegate can be assigned another delegate of the same type, but with a less derived generic type parameter.可以向逆變委托分配同一類(lèi)型的其他委托,但需使用派生程度較小的泛型類(lèi)型參數(shù)。generic derived type更多例句專(zhuān)業(yè)釋義計(jì)算機(jī)科學(xué)技術(shù)類(lèi)屬導(dǎo)出型