| IEntityDisplayFormaterTSingleLine Method |
[This is preliminary documentation and is subject to change.]
Formats the entities to a single-line display representation
Namespace: Netadmin.Management.Common.CoreAssembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
SyntaxIReadOnlyDictionary<T, string> SingleLine(
IEnumerable<T> entities
)
Function SingleLine (
entities As IEnumerable(Of T)
) As IReadOnlyDictionary(Of T, String)
Parameters
- entities
- Type: System.Collections.GenericIEnumerableT
The entities to format
Return Value
Type:
IReadOnlyDictionaryT,
StringA dictionary with the entity described on a single line
See Also