The CreateLastChildFromBitStream method creates as the last child a new NBElement and its hierarchy which is populated using the given BitStream.

C# | Visual Basic | Visual C++ | F# |
public: NBElement^ CreateLastChildFromBitStream( array<unsigned char>^ bitStream )

- bitStream (array<Byte>[]()[][])
- The bit stream to be parsed and added to the element tree.

The NBElement which is created.