|
ExtendedListTTryGet Method
|
try to get an item at index ind
Namespace:
Karamba.Utilities
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool TryGet(
int ind,
out T res
)
Public Function TryGet (
ind As Integer,
<OutAttribute> ByRef res As T
) As Boolean
public:
bool TryGet(
int ind,
[OutAttribute] T% res
)
member TryGet :
ind : int *
res : 'T byref -> bool
Parameters
- ind
- Type: SystemInt32
index of desired item - res
- Type: T
result
Return Value
Type:
Booleantrue in case of success
See Also