ValidateNotNullOrEmptyAttribute Constructor

Definition

Validates that the parameters's argument is not null, is not an empty string, and is not an empty collection. If argument is a collection, each argument is verified.

public:
 ValidateNotNullOrEmptyAttribute();
public:
 ValidateNotNullOrEmptyAttribute();
 ValidateNotNullOrEmptyAttribute();
public ValidateNotNullOrEmptyAttribute ();
Public Sub New ()

Applies to