Collection<T>.SetItem override.
Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
protected override void SetItem ( |
Visual Basic
Copy Code
|
|---|
Protected Overrides Sub SetItem( _ |
The zero-based index of the element to replace.
The new value for the element at the specified index. The value can be null for reference types.
See Also