SupportClass.SetSupport.IsEmpty C# (CSharp) 메소드

IsEmpty() 공개 메소드

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