-
Notifications
You must be signed in to change notification settings - Fork 0
TPCollectionsPackage
Tomasz Piowczyk edited this page Sep 8, 2018
·
1 revision
public void Enqueue(T key, U value){}
public bool Contains(T key, U value){}public void Push(T key, U value){}
public bool Contains(T key, U value){}public List<T> CleanList { get {} }public Dictionary<TKey, TValue> CleanDictionary { get {} }