System.Collections.DictionaryBase.OnGet C# (CSharp) Méthode

OnGet() protected méthode

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