Item[Int32] Property

Definition

Namespace SharpYaml
Assembly SharpYaml.dll

Gets the element at the specified index.

public T this[int index] { get; }

Parameters

index
Int32

Returns

{T}

Remarks

If index is greater or equal than the last used index, this operation is O(index - lastIndex), else this operation is O(index).