DirtyFlagMapTKey, TValueTryGetValue Method

Quartz.NET 3.0 API Documentation

[Missing <summary> documentation for "M:Quartz.Util.DirtyFlagMap`2.TryGetValue(`0,`1@)"]

Namespace:  Quartz.Util
Assembly:  Quartz (in Quartz.dll) Version: 3.0.0
Syntax

C#
public bool TryGetValue(
	TKey key,
	out TValue value
)

Parameters

key
Type: TKey

[Missing <param name="key"/> documentation for "M:Quartz.Util.DirtyFlagMap`2.TryGetValue(`0,`1@)"]

value
Type: TValue

[Missing <param name="value"/> documentation for "M:Quartz.Util.DirtyFlagMap`2.TryGetValue(`0,`1@)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Quartz.Util.DirtyFlagMap`2.TryGetValue(`0,`1@)"]

Implements

IDictionaryTKey, TValueTryGetValue(TKey, TValue)
See Also

Reference