Class BinTreeNone
Inheritance
System.Object
BinTreeNone
Assembly: LeagueToolkit.dll
public sealed class BinTreeNone : BinTreeProperty
Constructors
|
Improve this Doc
View Source
Declaration
public BinTreeNone(uint nameHash)
Parameters
Type |
Name |
Description |
System.UInt32 |
nameHash |
|
Properties
|
Improve this Doc
View Source
Declaration
public override BinPropertyType Type { get; }
Property Value
Overrides
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