| AppSearchMatch Constructor |
Namespace:
Mastersign.Bench
Assembly:
BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax public AppSearchMatch(
AppFacade app,
int score
)
Public Sub New (
app As AppFacade,
score As Integer
)
Parameters
- app
- Type: Mastersign.BenchAppFacade
The matched app. - score
- Type: SystemInt32
The score of the found app.
See Also