ILoggerListString Method |
A Sandcastle Documented Class Library |
Return a string listing.
Namespace: NSG.Library.Logger
Assembly: NSG.Library.Logger (in NSG.Library.Logger.dll) Version: 1.0.1.17 (1.0.1.17)
Syntax
List<string> ListString( int lastCount )
Function ListString ( lastCount As Integer ) As List(Of String)
List<String^>^ ListString( int lastCount )
abstract ListString : lastCount : int -> List<string>
Parameters
- lastCount
- Type: SystemInt32
Count of last log records to return
Return Value
Type: ListStringList of string
See Also