AlbedoDatabaseGenerator.Database.Entry.Dispose C# (CSharp) Method

Dispose() public method

public Dispose ( ) : void
return void
            public void Dispose()
            {
                if ( m_Manifest != null )
                    m_Manifest.Dispose();
                if ( m_Thumbnail != null )
                    m_Thumbnail.Dispose();
                if ( m_OverviewImage != null )
                    m_OverviewImage.Dispose();
            }