In This Topic
Syntax
'Declaration
<Android.Runtime.RegisterAttribute("debug",
"(I)V",
"GetDebug_IHandler")>
Public Overridable Sub Debug( _
ByVal As Integer _
)
'Usage
Dim instance As C1TextBox
Dim depth As Integer
instance.Debug(depth)
[Android.Runtime.Register("debug",
"(I)V",
"GetDebug_IHandler")]
public virtual void Debug(
int
)
Parameters
- depth
See Also