Click or drag to resize

ModelCollectionTItem Property (Int32)

Gets or sets the element with specified identifier.

Namespace:  Dynamicweb.Analytics.Model
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public T this[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32
Zero-based index of an element.

Property Value

Type: T
The item.
Exceptions
ExceptionCondition
ArgumentNullExceptionvalue
See Also