public bool TryGetItem(
int index,
out T item
)
Public Function TryGetItem (
index As Integer,
<OutAttribute> ByRef item As T
) As Boolean
public:
bool TryGetItem(
int index,
[OutAttribute] T% item
)
member TryGetItem :
index : int *
item : 'T byref -> bool