Class BinTreeProperty
Inheritance
System.Object
BinTreeProperty
Assembly: LeagueToolkit.dll
public abstract class BinTreeProperty : IEquatable<BinTreeProperty>
Constructors
|
Improve this Doc
View Source
Declaration
protected BinTreeProperty(uint nameHash)
Parameters
Type |
Name |
Description |
System.UInt32 |
nameHash |
|
Fields
|
Improve this Doc
View Source
Declaration
protected const int HEADER_SIZE = null
Field Value
Type |
Description |
System.Int32 |
|
Properties
|
Improve this Doc
View Source
Declaration
public uint NameHash { get; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
Gets the type of the property
Declaration
public abstract BinPropertyType Type { get; }
Property Value
Methods
|
Improve this Doc
View Source
Declaration
public abstract bool Equals(BinTreeProperty other)
Parameters
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
protected virtual string GetDebuggerDisplayName()
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
WriteContent(BinaryWriter)
Declaration
protected abstract void WriteContent(BinaryWriter bw)
Parameters
Type |
Name |
Description |
BinaryWriter |
bw |
|
|
Improve this Doc
View Source
Declaration
protected void WriteHeader(BinaryWriter bw)
Parameters
Type |
Name |
Description |
BinaryWriter |
bw |
|