An NDoc Documented Class Library

GraphWriter.AppendFlow Method 

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

See Also

GraphWriter Class | Repository.ScreenFlow Namespace