IScorableFactory<Item,Score> Interface

Definition

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

Type Parameters

Item
This type parameter is contravariant. That is, you can use either the type you specified or any type that is less derived. For more information about covariance and contravariance, see Covariance and Contravariance in Generics.
Score
This type parameter is covariant. That is, you can use either the type you specified or any type that is more derived. For more information about covariance and contravariance, see Covariance and Contravariance in Generics.
Derived

Methods

ScorableFor(IEnumerable<MethodInfo>)

Applies to