PropertyVisitorGenericTPropKey, TPropValue Delegate |
Namespace: GemStone.GemFire.Cache.Generic
public delegate void PropertyVisitorGeneric<TPropKey, TPropValue>( TPropKey key, TPropValue value )
Public Delegate Sub PropertyVisitorGeneric(Of TPropKey, TPropValue) ( key As TPropKey, value As TPropValue )
generic<typename TPropKey, typename TPropValue> public delegate void PropertyVisitorGeneric( TPropKey key, TPropValue value )
type PropertyVisitorGeneric = delegate of key : 'TPropKey * value : 'TPropValue -> unit