Empeld
Empeld plugin documentation.
pluginbase.Attributes.ThreadSafeAttribute Class Reference

Denotes a given method as being thread-safe (Callable from multiple threads) More...

Inheritance diagram for pluginbase.Attributes.ThreadSafeAttribute:

Public Member Functions

 ThreadSafeAttribute ()
 

Detailed Description

Denotes a given method as being thread-safe (Callable from multiple threads)

Attribute: AttributeUsage(AttributeTargets.Method | AttributeTargets.Property | AttributeTargets.Class, AllowMultiple = false, Inherited = false)

Constructor & Destructor Documentation

◆ ThreadSafeAttribute()

pluginbase.Attributes.ThreadSafeAttribute.ThreadSafeAttribute ( )
11  {
12  }

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