See Item

Namespace: Mvp.Xml.Common
Assembly: Mvp.Xml (in Mvp.Xml.dll)

Syntax

Visual Basic (Declaration)
Public Overrides Default ReadOnly Property Item( _ 
   ByVal name As String _ 
) As String
C#
public override string this[
   string name
] { get; }
C++
public override property string default[Stringname] override  {
    String^ get(Stringname);
}
J#
/** property */
public string get_Item(string name);
JScript
JScript supports the use of indexed properties, but not the declaration of new ones.

See Also