Table of Contents

Method TryGetValue

Namespace
Ubiquity.NET.Llvm
Assembly
Ubiquity.NET.Llvm.dll

TryGetValue(string, out Comdat)

Gets a value form the collection if it exists

public bool TryGetValue(string key, out Comdat value)

Parameters

key string

Name of the item to retrieve

value Comdat

Value of the item if found or null if not found

Returns

bool

true if the value was found the list or false otherwise.