Compartir a través de


RuleStore.VocabularyLinkFound<T> Delegado

Definición

public: generic <typename T>
delegate void RuleStore::VocabularyLinkFound(VocabularyLink ^ vocabularyLink, T parameter);
public delegate void RuleStore.VocabularyLinkFound<T>(VocabularyLink vocabularyLink, T parameter);
type RuleStore.VocabularyLinkFound<'T> = delegate of VocabularyLink * 'T -> unit
Public Delegate Sub RuleStore.VocabularyLinkFound(Of T)(vocabularyLink As VocabularyLink, parameter As T)

Parámetros de tipo

T

Parámetros

vocabularyLink
VocabularyLink
parameter
T

Se aplica a