ExpansionContextTItem Property |
Gets or sets the item at the specified index.
Ignores null values.
Namespace:
MFiles.VAF.Placeholders
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic T this[
int index
] { get; set; }
Public Default Property Item (
index As Integer
) As T
Get
Set
public:
virtual property T default[int index] {
T get (int index) sealed;
void set (int index, T value) sealed;
}
Parameters
- index
- Type: SystemInt32
The index.
Return Value
Type:
TThe item at the specified index within this expansion context.
Implements
IListTItemInt32
See Also