Smeedee.Android.Widgets.TextColoringAdapterWithLoadMoreButton.IsEnabled C# (CSharp) Méthode

IsEnabled() public méthode

public IsEnabled ( int position ) : bool
position int
Résultat bool
        public override bool IsEnabled(int position)
        {
            return (position == Count - 1);
        }