Pchp.CodeAnalysis.Emit.PEModuleBuilder.AddTopLevelType C# (CSharp) Méthode

AddTopLevelType() static private méthode

static private AddTopLevelType ( HashSet names, Microsoft.Cci type ) : void
names HashSet
type Microsoft.Cci
Résultat void
        static void AddTopLevelType(HashSet<string> names, Cci.INamespaceTypeDefinition type)
        {
            names?.Add(MetadataHelpers.BuildQualifiedName(type.NamespaceName, Cci.MetadataWriter.GetMangledName(type)));
        }