<PackageReference Include="Microsoft.Packaging.Tools" Version="1.0.0-preview2-25401-01" />

System.Reflection.Metadata.MethodDefinitionHandle

namespace System.Reflection.Metadata { public struct MethodDefinitionHandle : IEquatable<MethodDefinitionHandle> { public bool IsNil { get; } public static implicit operator Handle(MethodDefinitionHandle handle); public static implicit operator EntityHandle(MethodDefinitionHandle handle); public static explicit operator MethodDefinitionHandle(Handle handle); public static explicit operator MethodDefinitionHandle(EntityHandle handle); public static bool operator ==(MethodDefinitionHandle left, MethodDefinitionHandle right); public bool Equals(MethodDefinitionHandle other); public static bool operator !=(MethodDefinitionHandle left, MethodDefinitionHandle right); public MethodDebugInformationHandle ToDebugInformationHandle(); } }