WCF-Xtensions Class Reference for Mono
LinePosition Property (JsonTextReader)






Gets the current line position.
Syntax
public System.int LinePosition {get;}
public read-only property LinePosition: System.Integer; 
public function get LinePosition : System.int
public: __property System.int get_LinePosition();
public:
property System.int LinePosition {
   System.int get();
}
'Declaration
 
Public ReadOnly Property LinePosition As System.Integer
 
'Usage
 
Dim instance As JsonTextReader
Dim value As System.Integer
 
value = instance.LinePosition

Property Value

The current line position or 0 if no line information is available (for example, HasLineInfo returns false).
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

JsonTextReader Class
JsonTextReader Members

Send Feedback