Atom.NET documentation

AtomContentCollection.Item Property

Gets or sets the element at the specified index.

[Visual Basic]
Public Default Property Item( _
   ByVal index As Integer _
) As AtomContent
[C#]
public Atom.Core.AtomContent this[
   int index
] {get; set;}

Parameters

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

See Also

AtomContentCollection Class | Atom.Core.Collections Namespace