public bool WriteSelectionToPasteboardtypes(NSPasteboard pboard, string [] types) { return(WriteSelectionToPasteboardtypes(pboard, types)); }
public bool ReadSelectionFromPasteboardtype(NSPasteboard pboard, string type) { return(ReadSelectionFromPasteboard(pboard, type)); }
public bool WriteSelectionToPasteboardtype(NSPasteboard pboard, string type) { return(WriteSelectionToPasteboard(pboard, type)); }