ArrayAdapter<T>
ArrayAdapter(Context, Int32)
ArrayAdapter(IntPtr, JniHandleOwnership)
ArrayAdapter(Context, Int32, Int32)
ArrayAdapter(Context, Int32, T[])
ArrayAdapter(Context, Int32, Int32, T[])
ArrayAdapter(Context, Int32, IList<T>)
ArrayAdapter(Context, Int32, Int32, IList<T>)
Add(T)
CreateFromResource(Context, Int32, Int32)
GetItem(Int32)
GetPosition(T)
Insert(T, Int32)
Remove(T)
Sort(IComparator)
monoandroid
namespace Android.Widget
{
[Register("android/widget/ArrayAdapter", DoNotGenerateAcw = true)]
public class ArrayAdapter<T> : ArrayAdapter
{
[Register(".ctor", "(Landroid/content/Context;ILjava/util/List;)V", "")]
public ArrayAdapter(Context! context, int textViewResourceId, IList<T>! objects);
}
}
| nuget.org | 0.0 % Reference this API |
|---|---|
| Upgrade Planner | 0.0 % Reference this API |
| .NET | 6.07.08.09.0 |
Information specific to monoandroid | |
| Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
| Referencing | The API is automatically referenced. |
| Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API