System.Collections.DictionaryBase.OnGet C# (CSharp) Method

OnGet() protected method

protected OnGet ( object key, object currentValue ) : object
key object
currentValue object
return object
        protected virtual object OnGet(object key, object currentValue) { throw null; }
        protected virtual void OnInsert(object key, object value) { }