IScorableFactory<Item,Score> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public interface IScorableFactory<in Item,out Score>
type IScorableFactory<'Item, 'Score> = interface
Public Interface IScorableFactory(Of In Item, Out Score)
Type Parameters
- Item
- Score
- Derived
Methods
ScorableFor(IEnumerable<MethodInfo>) |