Overrides MfCollectionBase.OnValidate().
OnValidate(value)
Performs additional custom processes when validating a value.
value
The object to validate.
Throws MfArgumentNullException if value is null and AllowEmptyString is false.
Throws MfNullReferenceException if MfCollectionBase is not set to an instance.
Protected Method
If AllowEmptyString is set to true then null values can be added using the Add() method.