Show / Hide Table of Contents

Method TryGetValue

| Improve this Doc View Source

TryGetValue(Column, out Object)

Gets the value that is associated with the specified column key.

Declaration
public bool TryGetValue(Column key, out object value)
Parameters
Type Name Description
Column key

The column as key.

System.Object value

The data value.

Returns
Type Description
System.Boolean
Implements
System.Collections.Generic.IReadOnlyDictionary<TKey, TValue>.TryGetValue(TKey, TValue)
  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest