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

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

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

The NBElement which is created.