Scans the specified types for a type that the receiver supports.
Original signature is '- (NSString *)availableTypeFromArray:(NSArray *)types'
Available in Mac OS X v10.0 and later.


- types (NSArray)
- An array of NSString objects specifying the pasteboard types your application supports, in preferred order.

The first pasteboard type in types that is available on the pasteboard, or nil if the receiver does not contain any of the types in types.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)