8 lines
186 B
C#
8 lines
186 B
C#
|
namespace System.Runtime.CompilerServices
|
||
|
{
|
||
|
partial class RuntimeFeature
|
||
|
{
|
||
|
public static bool IsDynamicCodeSupported => true;
|
||
|
public static bool IsDynamicCodeCompiled => true;
|
||
|
}
|
||
|
}
|