Nits.
This commit is contained in:
parent
fdc18f7ddd
commit
31dda8fafa
1 changed files with 2 additions and 2 deletions
|
@ -5,9 +5,9 @@ using System.Runtime.InteropServices;
|
||||||
|
|
||||||
namespace ARMeilleure.Translation
|
namespace ARMeilleure.Translation
|
||||||
{
|
{
|
||||||
class DelegateInfo
|
sealed class DelegateInfo
|
||||||
{
|
{
|
||||||
private readonly Delegate _dlg; // Ensures that this delegate will not be garbage collected.
|
private readonly Delegate _dlg; // Ensure that this delegate will not be garbage collected.
|
||||||
|
|
||||||
public IntPtr FuncPtr { get; }
|
public IntPtr FuncPtr { get; }
|
||||||
public OperandType RetType { get; }
|
public OperandType RetType { get; }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue