ExpansionContextTItem Property

Gets or sets the item at the specified index. Ignores null values.

Definition

Namespace: MFiles.VAF.Placeholders
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public T this[
	int index
] { get; set; }

Parameters

index  Int32
The index.

Return Value

T
The item at the specified index within this expansion context.

Implements

IListTItemInt32

See Also