Core Attributes

class tart.core.Attribute
Summary:The base class for all attributes.
class tart.core.EntryPointAttribute
Summary:Designates the main method of an application.
class tart.core.ThreadLocalAttribute
Summary:Indicates that the associated variable is thread local data.
class tart.core.AllowUnsafeAttribute
Summary:Allows use of unsafe language features within the attached method or class.