An NDoc Documented Class Library

GraphWriter.Stop Method 

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

See Also

GraphWriter Class | Repository.ScreenFlow Namespace