BlockKeyedCollection<T>.RemoveItem Method

Removes the first occurrence of a specific block from this collection.
Protected Overrides Sub RemoveItem( _ 
ByVal index As Integer
)
This language is not supported or no code example is available.
protected override void RemoveItem( 
int index 
)
This language is not supported or no code example is available.

Parameters

index
int

Exception type Condition

EyeshotException

Thrown when a related blockreference is set as current or a related block is open.

.NET Framework

Supported in: 4.8

In this article

Definition