HashSetTKey, TValueTryGetItem - метод |
Пространство имён:
Tessa.Platform.Collections
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис public bool TryGetItem(
TKey key,
out TValue item
)
Public Function TryGetItem (
key As TKey,
<OutAttribute> ByRef item As TValue
) As Boolean
public:
bool TryGetItem(
TKey key,
[OutAttribute] TValue% item
)
member TryGetItem :
key : 'TKey *
item : 'TValue byref -> bool
Параметры
- key
- Тип: TKey
- item
- Тип: TValue
Возвращаемое значение
Тип:
BooleanСм. также