Class BinTreePropertyDictionaryExtensions
Inheritance
System.Object
BinTreePropertyDictionaryExtensions
Assembly: LeagueToolkit.dll
public static class BinTreePropertyDictionaryExtensions : object
Methods
|
Improve this Doc
View Source
Declaration
public static void Add(this Dictionary<uint, BinTreeProperty> dictionary, BinTreeProperty value)
Parameters
|
Improve this Doc
View Source
Declaration
public static TValue GetValueOrDefault<TValue>(this Dictionary<uint, BinTreeProperty> dictionary, uint nameHash)
where TValue : BinTreeProperty
Parameters
Type |
Name |
Description |
Dictionary<System.UInt32, BinTreeProperty> |
dictionary |
|
System.UInt32 |
nameHash |
|
Returns
Type Parameters
|
Improve this Doc
View Source
Declaration
public static bool TryAdd(this Dictionary<uint, BinTreeProperty> dictionary, BinTreeProperty value)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public static bool TryGetValue<TValue>(this Dictionary<uint, BinTreeProperty> dictionary, uint nameHash, out TValue value)
where TValue : BinTreeProperty
Parameters
Type |
Name |
Description |
Dictionary<System.UInt32, BinTreeProperty> |
dictionary |
|
System.UInt32 |
nameHash |
|
TValue |
value |
|
Returns
Type |
Description |
System.Boolean |
|
Type Parameters