Class TypeExtractionAttribute
Namespace: Ludiq
Syntax
[AttributeUsage(AttributeTargets.Assembly, AllowMultiple = true)]
public sealed class TypeExtractionAttribute : Attribute, _Attribute
  Constructors
TypeExtractionAttribute(Type, Boolean, Boolean)
Declaration
public TypeExtractionAttribute(Type type, bool include = true, bool hierarchy = false)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Type | type | |
| Boolean | include | |
| Boolean | hierarchy | 
Properties
extraction
Declaration
public TypeExtraction extraction { get; }
  Property Value
| Type | Description | 
|---|---|
| TypeExtraction |