Search
CollectionBase(T).Item Property
See Also
 





Gets or sets the element at the specified index.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public T Item [
    int index
] { get; set; }

Visual Basic  Copy Code

Public Property Item( _
    index As Integer _
) As T

 Parameters

index

The zero-based index of the element to get or set.

 Property Value

The element at the specified index.

 See Also