ServiceStack.StreamExtensions.Close C# (CSharp) 메소드

Close() 공개 정적인 메소드

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