System.Threading.CompressedStack.CompressedStack.IsEmpty C# (CSharp) 메소드

IsEmpty() 개인적인 메소드

private IsEmpty ( ) : bool
리턴 bool
		internal bool IsEmpty ()
		{
			return ((_list == null) || (_list.Count == 0));
		}