Class AssemblyContainsTypeAttribute
This abstract attribute can be used to quickly identify assemblies containing desired types
Inheritance
System.Object
AssemblyContainsTypeAttribute
Namespace: Steeltoe.Common.Attributes
Assembly: Steeltoe.Common.Abstractions.dll
Syntax
public abstract class AssemblyContainsTypeAttribute : Attribute
Constructors
| Edit this page View SourceAssemblyContainsTypeAttribute(Type)
Declaration
protected AssemblyContainsTypeAttribute(Type type)
Parameters
Type | Name | Description |
---|---|---|
Type | type |
Properties
| Edit this page View SourceContainedType
Declaration
public Type ContainedType { get; }
Property Value
Type | Description |
---|---|
Type |