BeerDrinkin.iOS.SearchBeerTableViewCell.SearchBeerTableViewCell C# (CSharp) Method

SearchBeerTableViewCell() public method

public SearchBeerTableViewCell ( IntPtr handle ) : System
handle System.IntPtr
return System
        public SearchBeerTableViewCell(IntPtr handle) : base(handle) { }
        public SearchBeerTableViewCell(NSString cellId) : base(UITableViewCellStyle.Default, cellId) { }

Same methods

SearchBeerTableViewCell::SearchBeerTableViewCell ( NSString cellId ) : System