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.

Definition

Namespace: MFiles.VAF.Placeholders
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public virtual T AssertValidItem(
	T item
)

Parameters

item  T
The item to check.

Return Value

T

See Also