MyDelegate.MyDelegate C# (CSharp) Méthode

MyDelegate() public méthode

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