Android.Content.Res.TypedArray Class
Container for an array of values that were retrieved with NoType:android/content/res/Resources$Theme;Href=../../../../reference/android/content/res/Resources.Theme.html#obtainStyledAttributes(android.util.AttributeSet, int[], int, int) or Resources.ObtainAttributes(Android.Util.IAttributeSet, System.Int32[]).

See Also: TypedArray Members

Syntax

[Android.Runtime.Register("android/content/res/TypedArray", DoNotGenerateAcw=true)]
public class TypedArray : Java.Lang.Object

Remarks

Container for an array of values that were retrieved with NoType:android/content/res/Resources$Theme;Href=../../../../reference/android/content/res/Resources.Theme.html#obtainStyledAttributes(android.util.AttributeSet, int[], int, int) or Resources.ObtainAttributes(Android.Util.IAttributeSet, System.Int32[]). Be sure to call TypedArray.Recycle when done with them. The indices used to retrieve values from this structure correspond to the positions of the attributes given to obtainStyledAttributes.

[Android Documentation]

Requirements

Namespace: Android.Content.Res
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1