Smeedee.Android.Widgets.TextColoringAdapterWithLoadMoreButton.TextColoringAdapterWithLoadMoreButton C# (CSharp) Method

TextColoringAdapterWithLoadMoreButton() public method

public TextColoringAdapterWithLoadMoreButton ( Android.Content.Context context, object>.IList items, int resource, string from, int to, Color highlightColor ) : System
context Android.Content.Context
items object>.IList
resource int
from string
to int
highlightColor Color
return System
        public TextColoringAdapterWithLoadMoreButton(Context context, IList<IDictionary<string, object>> items, int resource, string[] from, int[] to, Color highlightColor) :
                                  base(context, items, resource, from, to)
        {
            this.items = items;
            this.context = context;
            this.highlightColor = highlightColor;
            Images = new List<ImageView>(Count - 1);
        }