Class AOTFunctionGenerator
No need to ever use this class or call its functions. These only exist to be invoked in generated code paths
(which themselves will never be called at runtime) only to hint to the Ahead Of Time compiler which types
to generate specialized function bodies for.
Inheritance
AOTFunctionGenerator
Syntax
public static class AOTFunctionGenerator
Methods
GenerateAOTCollectionFunctions<TProperty, TContainer, TValue>()
Declaration
public static void GenerateAOTCollectionFunctions<TProperty, TContainer, TValue>()
where TProperty : ICollectionProperty<TContainer, TValue>
Type Parameters
Name |
Description |
TProperty |
|
TContainer |
|
TValue |
|
GenerateAOTContainerFunctions<TContainer>()
Declaration
public static void GenerateAOTContainerFunctions<TContainer>()
Type Parameters
Name |
Description |
TContainer |
|
GenerateAOTFunctions<TProperty, TContainer, TValue>()
Declaration
public static void GenerateAOTFunctions<TProperty, TContainer, TValue>()
where TProperty : IProperty<TContainer, TValue>
Type Parameters
Name |
Description |
TProperty |
|
TContainer |
|
TValue |
|