Lenguaje

StreamTokenizer.TtNumber Campo

Definición

Precaución

This constant will be removed in the future version. Use Java.IO.TokenType enum directly instead of this field.

Constante que indica que se ha leído un token de número.

[Android.Runtime.Register("TT_NUMBER")]
[System.Obsolete("This constant will be removed in the future version. Use Java.IO.TokenType enum directly instead of this field.", true)]
public const Java.IO.TokenType TtNumber = -2;
[<Android.Runtime.Register("TT_NUMBER")>]
[<System.Obsolete("This constant will be removed in the future version. Use Java.IO.TokenType enum directly instead of this field.", true)>]
val mutable TtNumber : Java.IO.TokenType

Valor de campo

Value = -2
Atributos

Comentarios

Constante que indica que se ha leído un token de número.

Java documentación para java.io.StreamTokenizer.TT_NUMBER.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a