Org.W3c.Dom.IDOMStringList
The DOMStringList interface provides the abstraction of an ordered collection of DOMString values, without defining or constraining how this collection is implemented.

See Also: IDOMStringList Members

Syntax

[Android.Runtime.Register("org/w3c/dom/DOMStringList", "", "Org.W3c.Dom.IDOMStringListInvoker")]
public interface IDOMStringList : Android.Runtime.IJavaObject, IDisposable

Remarks

The DOMStringList interface provides the abstraction of an ordered collection of DOMString values, without defining or constraining how this collection is implemented. The items in the DOMStringList are accessible via an integral index, starting from 0.

See also the .

[Android Documentation]

Requirements

Namespace: Org.W3c.Dom
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 8