System.Threading.CompressedStack.CompressedStack.IsEmpty C# (CSharp) Method

IsEmpty() private method

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