ExpansionContextTItem Property
Gets or sets the item at the specified index.
Ignores null values.
Namespace: MFiles.VAF.PlaceholdersAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public T this[
int index
] { get; set; }
- index Int32
- The index.
TThe item at the specified index within this expansion context.
IListTItemInt32