共用方式為


IScorableFactory<Item,Score> 介面

定義

public interface IScorableFactory<in Item,out Score>
type IScorableFactory<'Item, 'Score> = interface
Public Interface IScorableFactory(Of In Item, Out Score)

類型參數

Item
這是反變數的型別參數。 也就是說,您可以使用您指定的類型,或衍生程度較低的任何類型。 如需共變數與反變數的詳細資訊,請參閱泛型中的共變數與反變數
Score
這是共變數的型別參數。 也就是說,您可以使用您指定的類型,或衍生程度較高的任何類型。 如需共變數與反變數的詳細資訊,請參閱泛型中的共變數與反變數
衍生

方法

ScorableFor(IEnumerable<MethodInfo>)

適用於