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

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

Return the number of attributes in this list.

The SAX parser may provide attributes in any arbitrary order, regardless of the order in which they were declared or specified. The number of attributes may be zero.

[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