Method | Description | |
---|---|---|
GetDynamicType ( Type>.Dictionary |
Creates a Type from a list of fields and their type then returns that Type
|
|
GetDynamicType ( IEnumerable |
Creates a Type from a list of field PropertyInfos then returns that type
|
Method | Description | |
---|---|---|
GetTypeKey ( Type>.Dictionary |
Gets the type key which can be used to look in our cache of builtTypes
|
|
GetTypeKey ( IEnumerable |
Gets the type key which can be used to look in our cache of builtTypes
|
|
LinqRuntimeTypeBuilder ( ) : System |
Initializes the LinqRuntimeTypeBuilder class.
|
public static GetDynamicType ( Type>.Dictionary |
||
fields | Type>.Dictionary | The fields. |
return |
public static GetDynamicType ( IEnumerable |
||
fields | IEnumerable |
The fields. |
return |