System.Reflection.Metadata.ModuleReference
namespace System.Reflection.Metadata
{
public struct ModuleReference
{
public StringHandle Name { get; }
public CustomAttributeHandleCollection GetCustomAttributes();
}
}