TypedValueContextAssertValidItem 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.

Definition

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

Parameters

item  TypedValue
The item to check.

Return Value

TypedValue

See Also