Linguaggio

StreamTokenizer.TtEol Campo

Definizione

Attenzione

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

Costante che indica che la fine della riga è stata letta.

[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

Valore del campo

Value = 10
Attributi

Commenti

Costante che indica che la fine della riga è stata letta.

per java.io.StreamTokenizer.TT_EOL.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a