Create a new method


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

Syntax

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

Parameters

technique
technique number for this method

See Also