Table of Contents

Method TryGetValue

Namespace
GuildWars2.Collections
Assembly
GuildWars2.dll

TryGetValue(TKey, out TValue)

public bool TryGetValue(TKey key, out TValue value)

Parameters

key TKey
value TValue

Returns

bool