DelegatingXmlReader.HasLineInfo MethodDelegatingXmlReader.HasLineInfo MethodDelegatingXmlReader::HasLineInfo Method

Gets a value indicating whether the class can return line information.

Syntax

Public Function HasLineInfo() As Boolean
public bool HasLineInfo()
public:
virtual bool HasLineInfo() sealed
 

Return Value

Type: System.BooleanSystem.BooleanSystem::Boolean

trueTruetrue if the class can return line information; otherwise false.