Skip to content

Commit

Permalink
Extra fix
Browse files Browse the repository at this point in the history
  • Loading branch information
masesdevelopers committed Jun 3, 2024
1 parent eacf6c1 commit 027b746
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/net/Netdroid/Generated/Android/Widget/AdapterView.cs
Original file line number Diff line number Diff line change
Expand Up @@ -836,14 +836,6 @@ public T GetAdapter()
return IExecuteWithSignature<T>("getAdapter", "()Landroid/widget/Adapter;");
}
/// <summary>
/// <see href="https://developer.android.com/reference/android/widget/AdapterView.html#getAdapter()"/>
/// </summary>
/// <returns><typeparamref name="T"/></returns>
public T GetAdapterDirect()
{
return IExecuteWithSignature<TDirect, T>("getAdapter", "()Landroid/widget/Adapter;");
}
/// <summary>
/// <see href="https://developer.android.com/reference/android/widget/AdapterView.html#setAdapter(android.widget.Adapter)"/>
/// </summary>
/// <param name="arg0"><typeparamref name="T"/></param>
Expand Down

0 comments on commit 027b746

Please sign in to comment.