DuckTypeAspectAttribute
Overview
Applied to a class that implements IDuckTypeDecorator this can introduce a duck type processor.
Location
- Reference: RemObjects.Elements.Cirrus.dll
- Namespace: RemObjects.Elements.Cirrus
- Ancestry: Attribute | DuckTypeAspectAttribute
Properties
Priority
Priority
property Priority: Int32 read;
Int32 Priority { get; }
var Priority: Int32 { get{} }
Int32 Priority { __get; }
ReadOnly Property Priority() As Int32
Instance Methods
constructor
creates a new instance of this class
constructor(aPriority: Int32)
DuckTypeAspectAttribute(Int32 aPriority)
init(_ aPriority: Int32)
DuckTypeAspectAttribute(Int32 aPriority)
Sub New(aPriority As Int32)
Parameters:
- aPriority: Priority. Lower is earlier in the list of duck types to try.