示例#1
0
 /// <summary>
 /// Get the index of an item. item must be a member of a #PLIST_ARRAY node.
 /// </summary>
 /// <param name="node">
 /// the node
 /// </param>
 /// <returns>
 /// the node index or UINT_MAX if node index can't be determined
 /// </returns>
 public virtual uint plist_array_get_item_index(PlistHandle node)
 {
     return(PlistNativeMethods.plist_array_get_item_index(node));
 }