NoContextAssertValidItem 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.
Namespace:
MFiles.VAF.Placeholders
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic override TypedValue AssertValidItem(
TypedValue item
)
Public Overrides Function AssertValidItem (
item As TypedValue
) As TypedValue
public:
virtual TypedValue^ AssertValidItem(
TypedValue^ item
) override
Parameters
- item
- Type: TypedValue
The item to check.
Return Value
Type:
TypedValueAlways return null.
See Also