Lenguaje

StreamTokenizer.TtEol 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 el final de la línea.

[Android.Runtime.Register("TT_EOL")]
[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 TtEol = 10;
[<Android.Runtime.Register("TT_EOL")>]
[<System.Obsolete("This constant will be removed in the future version. Use Java.IO.TokenType enum directly instead of this field.", true)>]
val mutable TtEol : Java.IO.TokenType

Valor de campo

Value = 10
Atributos

Comentarios

Constante que indica que se ha leído el final de la línea.

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

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