DefaultTypeSource.GetAssemblyAttributes method

namespace: Serenity.Abstractions   assemblySerenity.Net.Core

Gets all attributes for assemblies with given type

public IEnumerable<Attribute> GetAssemblyAttributes(Type attributeType)

Return Value

List of attributes for assemblies

See Also