ISymbolWriter.Close Method

Definition

Closes ISymbolWriter and commits the symbols to the symbol store.

public:
 void Close();
public void Close ();
abstract member Close : unit -> unit
Public Sub Close ()

Remarks

After this call, ISymbolWriter becomes invalid for further updates.

Applies to