Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: bool TryGetValue(TKey, out TValue)

  • Declared in: RT.Util.Collections.AutoDictionary<TKey, TValue>
  • Implements: IDictionary<TKey, TValue>.TryGetValue(TKey, out TValue)

Declaration

public bool TryGetValue(
    TKey key,
    out TValue value
)

Summary

Equivalent to the same method in Dictionary<TKey, TValue>.