CandySearch.CandyAdapter.CandyAdapter C# (CSharp) Method

CandyAdapter() public method

public CandyAdapter ( Android.App.Activity context ) : System
context Android.App.Activity
return System
        public CandyAdapter(Activity context) {
            this.context = context;
            candyList = Candy.DefaultList();
        }