Bamboo.Prevalence.Implementation.PendingCommandsEnumerator.IsAtEnd C# (CSharp) Méthode

IsAtEnd() private méthode

private IsAtEnd ( System stream ) : bool
stream System
Résultat bool
		private bool IsAtEnd(System.IO.FileStream stream)
		{
			return stream.Position == stream.Length;
		}