言語

StreamTokenizer.TtEol フィールド

定義

注意事項

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

行の末尾が読み取られたことを示す定数。

[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

フィールド値

Value = 10
属性

注釈

行の末尾が読み取られたことを示す定数。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象