Click or drag to resize

QuickLogicProviderAttribute Class

Annotate classes and fields that provide additional QuickLogic definitions
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Demo3D.VisualsQuickLogicProviderAttribute

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public class QuickLogicProviderAttribute : Attribute

The QuickLogicProviderAttribute type exposes the following members.

Constructors
 NameDescription
Public methodQuickLogicProviderAttribute Annotates a field that provides instance QuickLogic methods
Public methodQuickLogicProviderAttribute(Type) Annotates a class to include static methods from providerType
Top
Fields
 NameDescription
Public fieldProviderType 
Top
See Also