1
0
mirror of https://github.com/twiglet/cs2j.git synced 2025-01-18 13:15:17 +01:00

45 lines
1.1 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
2011-01-04 17:46:11 +01:00
<Class xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="urn:www.twigletsoftware.com:schemas:txtemplate:1:0">
<Java>Thread</Java>
<Name>System.Threading.Thread</Name>
<Uses />
<Inherits />
<Methods>
<Method>
<Imports />
<Java>Thread.sleep(${sleepTime})</Java>
<Params>
<Param>
<Type>System.Int32</Type>
<Name>sleepTime</Name>
</Param>
</Params>
<Name>Sleep</Name>
<Return />
</Method>
<Method>
<Imports />
<Java>${this}.start()</Java>
<Params />
<Name>Start</Name>
<Return />
</Method>
</Methods>
<Properties>
<Property>
<Imports />
<Java>${this}.isAlive()</Java>
<Type>System.Boolean</Type>
<Name>IsAlive</Name>
<Get>${this}.isAlive()</Get>
<Set>${this}.setIsAlive(${value})</Set>
</Property>
</Properties>
<Events />
<Indexers />
<Constructors />
<Fields />
<Casts />
<UnaryOps />
<BinaryOps />
</Class>