Class AssemblyContainsTypeAttribute
- Namespace
- Steeltoe.Common.Attributes
- Assembly
- Steeltoe.Common.Abstractions.dll
This abstract attribute can be used to quickly identify assemblies containing desired types
[AttributeUsage(AttributeTargets.Assembly)]
public abstract class AssemblyContainsTypeAttribute : Attribute
- Inheritance
-
AssemblyContainsTypeAttribute
- Derived
- Inherited Members
Constructors
AssemblyContainsTypeAttribute(Type)
protected AssemblyContainsTypeAttribute(Type type)
Parameters
type
Type
Properties
ContainedType
public Type ContainedType { get; }