An NDoc Documented Class Library

FlowWriter.Stop Method 

[Visual Basic]
Overridable Public Sub Stop( _ 
   ByVal step As Integer, _ 
   ByVal screenType As Type _ 
)
[C#]
public virtual void Stop(
   int step,
   Type screenType
);
[C++]
public: virtual void Stop(
   int step,
   Type* screenType
);
[JScript]
public virtual function Stop(
   int step,
   Type screenType
);

See Also

FlowWriter Class | Repository.ScreenFlow Namespace