System.Runtime.Serialization.Formatters.Soap.SerStack.IsEmpty C# (CSharp) 메소드

IsEmpty() 개인적인 메소드

private IsEmpty ( ) : bool
리턴 bool
		internal bool IsEmpty() {
			if (top > 0) 
				return false;
			else
				return true;
		}