Exemplo n.º 1
0
 /// <summary>
 /// Get size of a #PLIST_DICT node.
 /// </summary>
 /// <param name="node">
 /// the node of type #PLIST_DICT
 /// </param>
 /// <returns>
 /// size of the #PLIST_DICT node
 /// </returns>
 public virtual uint plist_dict_get_size(PlistHandle node)
 {
     return(PlistNativeMethods.plist_dict_get_size(node));
 }