public T RemoveAnItemByKey( string pStrKey, Action<T> CallBack )
Public Function RemoveAnItemByKey ( _ pStrKey As String, _ CallBack As Action(Of T) _ ) As T
public: T RemoveAnItemByKey( String^ pStrKey, Action<T>^ CallBack )