Please consider adding GetValueOrDefault in IDictionary<TKey, TValue>

Issue #127 closed
Zuo Baoquan created an issue

just a sugar which makes some code clean and intended.

function GetValueOrDefault(const key: TKey; const defaultValue: TValue): TValue;

Comments (1)

  1. Log in to comment