M-Files Vault Application Framework
C#
Show/Hide TOC
Expansion
Context
T
Add Method
Adds an item to the list. Ignores null values.
Definition
Namespace:
MFiles.VAF.Placeholders
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
Copy
public
virtual
void
Add
( T
item
)
Parameters
item
T
The item to add.
Implements
ICollection
T
Add(T)
See Also
Reference
ExpansionContext
T
Class
MFiles.VAF.Placeholders Namespace
In This Article
Definition
Parameters
Implements
See Also