Click or drag to resize

NullableArrayTTryGet Method

Attempts to get the provided item from the array if it has been added.

Namespace:  GSF.Collection
Assembly:  GSF.Core (in GSF.Core.dll) Version: 2.2.61-beta
Syntax
public bool TryGet(
	int index,
	out T item
)
Request Example View Source

Parameters

index
Type: SystemInt32
item
Type: T

Return Value

Type: Boolean
See Also