ISymbolWriter.CloseMethod Method

Definition

Closes the current method.

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

Remarks

After a method is closed, you cannot define a symbol from within it.

Applies to