Files
2026-08-27 10:56:38 -06:00

9 lines
198 B
C#

using Microsoft.Cci;
namespace Microsoft.CodeAnalysis.Emit;
internal readonly struct SynthesizedDelegateValue(ITypeDefinition @delegate)
{
public readonly ITypeDefinition Delegate = @delegate;
}