Permalink
Fetching contributors…
Cannot retrieve contributors at this time
|
|
|
// <Snippet2> |
|
using System; |
|
using System.Runtime; |
|
|
|
public class ExampleClass |
|
{ |
|
[BypassNGen] |
|
public void ToJITCompile() |
|
{ |
|
} |
|
} |
|
// </Snippet2> |
|
|
|
// <Snippet1> |
|
namespace System.Runtime |
|
{ |
|
public class BypassNGenAttribute : Attribute |
|
{ |
|
} |
|
} |
|
// </Snippet1> |
You can't perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.