Skip to content

Commit

Permalink
Merge pull request #542 from CreateAndInject/AddBaseInterface
Browse files Browse the repository at this point in the history
Implement IMemberDef for ITypeOrMethodDef
  • Loading branch information
wtfsck authored Jan 31, 2024
2 parents 2cffa15 + 99f4db9 commit 71946df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DotNet/ICodedToken.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1001,7 +1001,7 @@ public interface IResolutionScope : ICodedToken, IHasCustomAttribute, IFullName
/// <summary>
/// TypeOrMethodDef coded token interface
/// </summary>
public interface ITypeOrMethodDef : ICodedToken, IHasCustomAttribute, IHasDeclSecurity, IMemberRefParent, IFullName, IMemberRef, IGenericParameterProvider {
public interface ITypeOrMethodDef : ICodedToken, IHasCustomAttribute, IHasDeclSecurity, IMemberRefParent, IFullName, IMemberRef, IGenericParameterProvider, IMemberDef {
/// <summary>
/// The coded token tag
/// </summary>
Expand Down

0 comments on commit 71946df

Please # to comment.