IListProxy.TryGetValue(Int32, Object) 方法

定义

public bool TryGetValue(int index, out object value);
abstract member TryGetValue : int * obj -> bool

参数

index
System.Int32
value
System.Object

返回

System.Boolean

适用于