Interface IProcessorReferenceProvider
Provides processors developement reference.
Namespace: MESL.SqlRace.Domain.Functions
Assembly: MESL.SqlRace.Domain.dll
Syntax
public interface IProcessorReferenceProvider
Methods
GetProcessorReferences()
Function Processors API reference details.
Declaration
IReadOnlyList<ProcessorReference> GetProcessorReferences()
Returns
Type | Description |
---|---|
System.Collections.Generic.IReadOnlyList<ProcessorReference> | A list of ProcessorReference. |