Renders current sorter object to specified command list.
Namespace: Limilabs.Client.IMAPAssembly: Mail (in Mail.dll) Version: 3.0.12102.1426
Syntax
| C# |
|---|
void Render( List<ImapCommand> commands ) |
| Visual Basic |
|---|
Sub Render ( _ commands As List(Of ImapCommand) _ ) |
| Visual C++ |
|---|
void Render( List<ImapCommand^>^ commands ) |
Parameters
- commands
- Type: System.Collections.Generic..::..List<(Of <(<'ImapCommand>)>)>
Command list to render on.