System.Reflection.Metadata.ImportScope
namespace System.Reflection.Metadata
{
public struct ImportScope
{
public ImportScopeHandle Parent { get; }
public BlobHandle ImportsBlob { get; }
public ImportDefinitionCollection GetImports();
}
}