NSTableViewBinding.TestWindowController.remove C# (CSharp) Méthode

remove() private méthode

Remove an entry.
private remove ( NSButton sender ) : void
sender NSButton /// A ///
Résultat void
		partial void remove (NSButton sender)
		{
			myContentArray.RemoveAt(myContentArray.SelectionIndex);
		}
	}