Org.Xml.Sax.IAttributes.Length Property
Return the number of attributes in the list.

Syntax

[get: Android.Runtime.Register("getLength", "()I", "GetGetLengthHandler:Org.Xml.Sax.IAttributesInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public int Length { get; }

See Also

IAttributes.GetURI(int)
IAttributes.GetLocalName(int)
IAttributes.GetQName(int)
IAttributes.GetType(int)
IAttributes.GetValue(int)

Value

Documentation for this section has not yet been entered.

Remarks

Return the number of attributes in the list.

Once you know the number of attributes, you can iterate through the list.

[Android Documentation]

Requirements

Namespace: Org.Xml.Sax
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1