CreateNoteSearchItemFuncT - делегат
Пространство имён: Tessa.NotesСборка: Tessa (в Tessa.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
public delegate T CreateNoteSearchItemFunc<out T>(
NoteSearchItemContext context
)
where T : INoteFile
Public Delegate Function CreateNoteSearchItemFunc(Of Out T As INoteFile) (
context As NoteSearchItemContext
) As T
generic<typename T>
where T : INoteFile
public delegate T CreateNoteSearchItemFunc(
NoteSearchItemContext context
)
type CreateNoteSearchItemFunc =
delegate of
context : NoteSearchItemContext -> 'T
- context NoteSearchItemContext
Контекст, описывающий найденный объект конфигурации.
- T
- Тип создаваемого объекта INoteFile.
T