Пример #1
0
 /// <summary>
 /// Remove a node that is a child node of a #PLIST_ARRAY node.
 /// node will be freed using #plist_free.
 /// </summary>
 /// <param name="node">
 /// The node to be removed from its #PLIST_ARRAY parent.
 /// </param>
 public virtual void plist_array_item_remove(PlistHandle node)
 {
     PlistNativeMethods.plist_array_item_remove(node);
 }