Environment.GetStackTransformation Method

Gets the cumulative transformation of a blockreference stack.
Public Function GetStackTransformation( _ 
ByVal parents As Stack(Of BlockReference) _ 
) As Transformation
This language is not supported or no code example is available.
public Transformation GetStackTransformation( 
Stack<BlockReference> parents 
)
This language is not supported or no code example is available.

Parameters

parents
Stack<BlockReference>

The stack of BlockReferences to evaluate (the one on top of the stack is the last parent of the hierarchy)

Return Value

Transformation

.NET Framework

Supported in: 4.8

In this article

Definition