IListProxy.TryGetValue(Int32, Object) Method

Definition

public:
 bool TryGetValue(int index, [Runtime::InteropServices::Out] System::Object ^ % value);
public bool TryGetValue (int index, out object value);
abstract member TryGetValue : int * obj -> bool
Public Function TryGetValue (index As Integer, ByRef value As Object) As Boolean

Parameters

index
Int32
value
Object

Returns

Applies to