PlistElement.AsArray

public iOS.Xcode.PlistElementArray AsArray();

Returns

PlistElementArray The element as PlistElementArray.

Description

Convenience function to convert to array element.

The method is equivalent to (PlistElementArray) el. Throws exception if the element is not PlistElementArray.

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