ArtifactCollection.Item

ArtifactCollection indexer

Gets artifact by index. Index is started from 1.

public Artifact this[int index] { get; }
ParameterDescription
indexIndex of the artifact.

Return Value

Artifact on the page.

See Also