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.

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答