IAssetList<T>.

this[int] Property

Summary

Gets the item at the specified `index` in the list.
Assembly
Weaver.dll
Namespace
Weaver
Containing Type
IAssetList<T>

Syntax

T this[int index] { get; }

Parameters

Name Type Description
index int

Value

Type Description
T