 | HelperExtensions.HasReachedEnd Method |
Return whether the end of a
Stream is reached.
Namespace:
BionicCode.Utilities.Net.Standard.Extensions
Assembly:
BionicCode.Utilities.Net.Standard (in BionicCode.Utilities.Net.Standard.dll) Version: 1.0.4
Syntaxpublic static bool HasReachedEnd(
this Stream streamToCheck
)
public static function HasReachedEnd(
streamToCheck : Stream
) : boolean
BionicCode.Utilities.Net.Standard.Extensions.HelperExtensions.HasReachedEnd = function(streamToCheck);
STATIC METHOD HasReachedEnd(
SELF streamToCheck AS Stream
) AS LOGIC
Parameters
- streamToCheck
- Type: System.IO.Stream
Return Value
Type:
Boolean[Missing <returns> documentation for "M:BionicCode.Utilities.Net.Standard.Extensions.HelperExtensions.HasReachedEnd(System.IO.Stream)"]
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
Stream. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also