This commit is contained in:
LDj3SNuD 2019-09-25 13:32:32 +02:00 committed by GitHub
parent fdc18f7ddd
commit 31dda8fafa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,9 +5,9 @@ using System.Runtime.InteropServices;
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 OperandType RetType { get; }