| PlatformThreadStart Method  | 
 
            Used at the start of your custom threads
            
 
    Namespace: 
   Eto
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxpublic virtual IDisposable ThreadStart()
Public Overridable Function ThreadStart As IDisposable
abstract ThreadStart : unit -> IDisposable 
override ThreadStart : unit -> IDisposable 
Return Value
Type: 
IDisposable[Missing <returns> documentation for "M:Eto.Platform.ThreadStart"]
 See Also
See Also