LineNumberInputStream.LineNumber Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
deprecated
Returns the current line number. -or- Sets the line number to the specified argument.
[System.Obsolete("deprecated")]
public virtual int LineNumber { [Android.Runtime.Register("getLineNumber", "()I", "GetGetLineNumberHandler")] get; [Android.Runtime.Register("setLineNumber", "(I)V", "GetSetLineNumber_IHandler")] set; }
[<System.Obsolete("deprecated")>]
[<get: Android.Runtime.Register("getLineNumber", "()I", "GetGetLineNumberHandler")>]
[<set: Android.Runtime.Register("setLineNumber", "(I)V", "GetSetLineNumber_IHandler")>]
member this.LineNumber : int with get, set
Property Value
the current line number.
- Attributes
Remarks
Property getter documentation:
Returns the current line number.
Java documentation for java.io.LineNumberInputStream.getLineNumber()
.
Property setter documentation:
Sets the line number to the specified argument.
Java documentation for java.io.LineNumberInputStream.setLineNumber(int)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.