SelectedItemBase(Stack<BlockReference>) Constructor

Parents constructor.
Public Sub New( _ 
ByVal parents As Stack(Of BlockReference) _ 
)
This language is not supported or no code example is available.
public SelectedItemBase( 
Stack<BlockReference> parents 
)
This language is not supported or no code example is available.

Parameters

parents
Stack<BlockReference>

The stack of parents (the top of the stack must be the innermost BlockReference)

.NET Framework

Supported in: 4.8

In this article

Definition