Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Bogdan 250 posts 427 karma points
    Sep 14, 2009 @ 14:19
    Bogdan
    0

    Add Item in Document[]

    Hi,

    I have something like

    Document[] doc = otherDoc.Children;

    Is there a way to insert an item in doc? Something like doc.Add(newItem);

     

    Thanks!

  • Bogdan 250 posts 427 karma points
    Sep 14, 2009 @ 14:33
    Bogdan
    0

    I've figured it out, List<Document> doc = otherDoc.Children.ToList(); and then doc.Add(newItem); can do the trick.

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies