ExpansionContextTAssertValidItem Method
Ensures an item is valid before it is added to the list.
Delegated to by the IList methods that add a value to the list.
The item to add is returned. If null is returned nothing will be added.
Namespace: MFiles.VAF.PlaceholdersAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public virtual T AssertValidItem(
T item
)
- item T
- The item to check.
T