XmlTextReader.Item[] Property

Definition

Overloads

Item[String]
Item[String, String]
Item[Int32]

Item[String]

public override string this[string name] { get; }
member this.Item(string) : string
Default Public Overrides ReadOnly Property Item(name As String) As String

Parameters

name
String

Property Value

Applies to

Item[String, String]

public override string this[string name, string namespaceURI] { get; }
member this.Item(string * string) : string
Default Public Overrides ReadOnly Property Item(name As String, namespaceURI As String) As String

Parameters

name
String
namespaceURI
String

Property Value

Applies to

Item[Int32]

public override string this[int i] { get; }
member this.Item(int) : string
Default Public Overrides ReadOnly Property Item(i As Integer) As String

Parameters

i
Int32

Property Value

Applies to