Legacy Documentation: Version 5.6 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

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

PlistElement.this[string]

public iOS.Xcode.PlistElement this[string];

Description

Convenience method to access properties of a dictionary element.

The method is roughly equivalent to (el.AsDict[key]. If the element is not a dictionary, an exception is thrown.