Environment.Parents Property

Gets the stack of the parents of the current BlockReference.
Public ReadOnly Property Parents() As Stack(Of BlockReference)
This language is not supported or no code example is available.
public Stack<BlockReference> Parents {get;}
This language is not supported or no code example is available.

Property Value

Stack<BlockReference>
Remarks
 
The BlockReference on top of the stack is the CurrentBlockReference.

.NET Framework

Supported in: 4.8

In this article

Definition