MyDelegate.MyDelegate C# (CSharp) Method

MyDelegate() public method

public MyDelegate ( ImageElement, container, UITableView, table, NSIndexPath path ) : System
container ImageElement,
table UITableView,
path NSIndexPath
return System
			public MyDelegate(ImageElement container, UITableView table, NSIndexPath path)
			{
				this.container = container;
				this.table = table;
				this.path = path;
			}