ServiceStack.StreamExtensions.Close C# (CSharp) Méthode

Close() public static méthode

public static Close ( this stream ) : void
stream this
Résultat void
        public static void Close(this Stream stream)
        {
            PclExport.Instance?.CloseStream(stream);
            stream.Dispose();
        }
#endif