Click or drag to resize

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)
Syntax
public bool TryGet(
	int ind,
	out T res
)

Parameters

ind
Type: SystemInt32
index of desired item
res
Type: T
result

Return Value

Type: Boolean
true in case of success
See Also