An NDoc Documented Class Library

SessionReport.Next Method 

[Visual Basic]
Overridable Public Sub Next( _ 
   ByVal type As Type _ 
) _
    Implements IReport.Next
[C#]
public virtual void Next(
   Type type
);
[C++]
public: virtual void Next(
   Type* type
);
[JScript]
public virtual function Next(
   Type type
);

Implements

IReport.Next

See Also

SessionReport Class | Reporting.Domain Namespace