0xd4d / dnlib

Reads and writes .NET assemblies and modules
MIT License
2.18k stars 587 forks source link

Can ITypeOrMethodDef implement IMemberDef? #541

Closed CreateAndInject closed 10 months ago

CreateAndInject commented 10 months ago

public interface ITypeOrMethodDef : ICodedToken, IHasCustomAttribute, ... , IMemberDef {

wtfsck commented 10 months ago

Yes, makes sense.