BlockKeyedCollection.Clear (Boolean) Method

Clears this collection.
Public Sub Clear( _ 
ByVal addRootBlock As Boolean
)
This language is not supported or no code example is available.
public void Clear( 
bool addRootBlock 
)
This language is not supported or no code example is available.

Parameters

addRootBlock
bool

When true the collection is initialized with the "Default" root block.

Remarks
 
When the collection is linked to a Environment the root block is always added.

.NET Framework

Supported in: 4.8

In this article

Definition