[This is preliminary documentation and is subject to change.]
Returns first parent -block- node or null if it isn't inside a -block- node.

C# | Visual Basic | Visual C++ |
public XplFunctionBody CurrentBlock { get; }
Public ReadOnly Property CurrentBlock As XplFunctionBody
public: property XplFunctionBody^ CurrentBlock { XplFunctionBody^ get (); }