public ResourceQueue<TResource> this[
TKey key
] { get; }Public ReadOnly Default Property Item (
key As TKey
) As ResourceQueue(Of TResource)
Getpublic:
property ResourceQueue<TResource>^ default[TKey key] {
ResourceQueue<TResource>^ get (TKey key);
}function get_Item(key);