BamlLocalization.BamlStream.Close C# (CSharp) 메소드

Close() 개인적인 메소드

close the stream
private Close ( ) : void
리턴 void
        internal void Close()
        {
            if (_stream != null)
            {
                _stream.Close();
            }
        }