SupportClass.SetSupport.IsEmpty C# (CSharp) Метод

IsEmpty() публичный Метод

Verifies if the collection is empty.
public IsEmpty ( ) : bool
Результат bool
        public virtual bool IsEmpty()
        {
            return (this.Count == 0);
        }