public interface IReadOnlyLookup<TKey, out TValue>
Public Interface IReadOnlyLookup(Of TKey, Out TValue)
generic<typename TKey, typename TValue> public interface class IReadOnlyLookup
type IReadOnlyLookup<'TKey, 'TValue> = interface end
In This Article