ToList
SearchResult.ToList<T> method
Provides conversion to strongly typed list of signatures.
public List<T> ToList<T>()
where T : BaseSignature
| Parameter | Description |
|---|---|
| T | The type of signatures in the list. |
Return Value
Returns list of given signature type.
See Also
- class BaseSignature
- class SearchResult
- namespace GroupDocs.Signature.Domain
- assembly GroupDocs.Signature