Create a new vs. time method


Namespace: PalmSens
Assembly: PalmSens (in PalmSens.dll)

Syntax

Visual Basic (Declaration)
Protected Sub New( _ 
   ByVal t As Integer _ 
)
C#
protected TimeMethod(
   int t
)
C++
protected:
 TimeMethod(
   int t
) sealed 
J#
protected TimeMethod(
   int t
)
JScript
protected function TimeMethod(
   t : int
)

Parameters

t
technique number

See Also