Skip to content

Commit

Permalink
Implement IMemberDef for ITypeOrMethodDef
Browse files Browse the repository at this point in the history
  • Loading branch information
CreateAndInject committed Jan 31, 2024
1 parent 2cffa15 commit 99f4db9
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 99f4db9

Please # to comment.