AlgorithmCache.add

Add a new algorithm implementation to the cache

class AlgorithmCache(T)
public
void
add
(,
in string requested_name
,
in string provider
)

Parameters

algo T

the algorithm prototype object

requested_name string

how this name will be requested

provider string

the name of the provider of this prototype

Meta