SupportClass.SetSupport.IsEmpty C# (CSharp) Méthode

IsEmpty() public méthode

Verifies if the collection is empty.
public IsEmpty ( ) : bool
Résultat bool
        public virtual bool IsEmpty()
        {
            return (this.Count == 0);
        }