Returns a string object that represents the contents of the dictionary, formatted as a property list.
Original signature is '- (NSString *)descriptionWithLocale:(id)locale'
Available in Mac OS X v10.0 and later.


- locale (Id)
- An object that specifies options used for formatting each of the dictionary’s keys and values; pass nil if you don’t want them formatted.

[Missing <returns> documentation for "M:Monobjc.Foundation.NSDictionary.DescriptionWithLocale(Monobjc.Id)"]

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