League Toolkit League Toolkit
League Toolkit League Toolkit
DocFX + Singulink = ♥

Search Results for

    Class BinTreeNone

    Inheritance
    System.Object
    BinTreeProperty
    BinTreeNone
    Inherited Members
    BinTreeProperty.HEADER_SIZE
    BinTreeProperty.NameHash
    BinTreeProperty.WriteHeader(BinaryWriter)
    BinTreeProperty.Equals(Object)
    BinTreeProperty.GetHashCode()
    BinTreeProperty.GetDebuggerDisplayName()
    Namespace: LeagueToolkit.Core.Meta.Properties
    Assembly: LeagueToolkit.dll
    Syntax
    public sealed class BinTreeNone : BinTreeProperty

    Constructors

    | Improve this Doc View Source

    BinTreeNone(UInt32)

    Declaration
    public BinTreeNone(uint nameHash)
    Parameters
    Type Name Description
    System.UInt32 nameHash

    Properties

    | Improve this Doc View Source

    Type

    Declaration
    public override BinPropertyType Type { get; }
    Property Value
    Type Description
    BinPropertyType
    Overrides
    BinTreeProperty.Type

    Methods

    | Improve this Doc View Source

    Equals(BinTreeProperty)

    Declaration
    public override bool Equals(BinTreeProperty other)
    Parameters
    Type Name Description
    BinTreeProperty other
    Returns
    Type Description
    System.Boolean
    Overrides
    BinTreeProperty.Equals(BinTreeProperty)
    | Improve this Doc View Source

    WriteContent(BinaryWriter)

    Declaration
    protected override void WriteContent(BinaryWriter bw)
    Parameters
    Type Name Description
    BinaryWriter bw
    Overrides
    BinTreeProperty.WriteContent(BinaryWriter)