Maria GDK 4.5.0.200
Documentation of managed code in release branch
Loading...
Searching...
No Matches
TPG.BasicWpfComponents.Annotations.UsedImplicitlyAttribute Class Reference

Indicates that the marked symbol is used implicitly (e.g. via reflection, in external library), so this symbol will not be marked as unused (as well as by other usage inspections). More...

Inheritance diagram for TPG.BasicWpfComponents.Annotations.UsedImplicitlyAttribute:

Public Member Functions

 UsedImplicitlyAttribute (ImplicitUseKindFlags useKindFlags)
 
 UsedImplicitlyAttribute (ImplicitUseTargetFlags targetFlags)
 
 UsedImplicitlyAttribute (ImplicitUseKindFlags useKindFlags, ImplicitUseTargetFlags targetFlags)
 

Properties

ImplicitUseKindFlags UseKindFlags [get]
 
ImplicitUseTargetFlags TargetFlags [get]
 

Detailed Description

Indicates that the marked symbol is used implicitly (e.g. via reflection, in external library), so this symbol will not be marked as unused (as well as by other usage inspections).


The documentation for this class was generated from the following file: