Legacy Documentation: Version 5.0
Language: English
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

PlistElementDict.this[string]

Switch to Manual
public var this[string]: iOS.Xcode.PlistElement;

Description

Convenience method to access the stored values.

Roughly equivalent to values[key] except that null is returned for non-existing keys.