Class BinTreeHash
Represents a property with a Fnv1a hash value
Inheritance
System.Object
BinTreeHash
Assembly: LeagueToolkit.dll
public sealed class BinTreeHash : BinTreeProperty
Constructors
|
Improve this Doc
View Source
Creates a new BinTreeHash object with the specified parameters
Declaration
public BinTreeHash(uint nameHash, uint value)
Parameters
Type |
Name |
Description |
System.UInt32 |
nameHash |
The hashed property name
|
System.UInt32 |
value |
The value of the property
|
Properties
|
Improve this Doc
View Source
Gets the type of the property
Declaration
public override BinPropertyType Type { get; }
Property Value
Overrides
|
Improve this Doc
View Source
Gets the value of the property
Declaration
public uint Value { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
Methods
|
Improve this Doc
View Source
Declaration
public override bool Equals(BinTreeProperty other)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Overrides
|
Improve this Doc
View Source
WriteContent(BinaryWriter)
Declaration
protected override void WriteContent(BinaryWriter bw)
Parameters
Type |
Name |
Description |
BinaryWriter |
bw |
|
Overrides
Operators
|
Improve this Doc
View Source
Declaration
public static implicit operator uint (BinTreeHash property)
Parameters
Returns
Type |
Description |
System.UInt32 |
|