SparseTree<T>.ModifyInPlaceCallback, délégué
Espace de noms : Microsoft.TeamFoundation.Framework.Common
Assembly : Microsoft.TeamFoundation.Common (dans Microsoft.TeamFoundation.Common.dll)
Syntaxe
'Déclaration
Public Delegate Function ModifyInPlaceCallback ( _
token As String, _
referencedObject As T, _
param As Object _
) As T
public delegate T ModifyInPlaceCallback(
string token,
T referencedObject,
Object param
)
Paramètres
- token
Type : System.String
- referencedObject
Type : T
- param
Type : System.Object
Valeur de retour
Type : T