Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

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.