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

Search Results for

    Class BinTreeUnorderedContainer

    Represents a property with a value

    Inheritance
    System.Object
    BinTreeProperty
    BinTreeContainer
    BinTreeUnorderedContainer
    Inherited Members
    BinTreeContainer.ElementType
    BinTreeContainer.Elements
    BinTreeContainer._elements
    BinTreeContainer.WriteContent(BinaryWriter)
    BinTreeContainer.Add(BinTreeProperty)
    BinTreeContainer.Remove(BinTreeProperty)
    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 BinTreeUnorderedContainer : BinTreeContainer

    Constructors

    | Improve this Doc View Source

    BinTreeUnorderedContainer(UInt32, BinPropertyType, IEnumerable<BinTreeProperty>)

    Creates a new BinTreeUnorderedContainer object with the specified parameters

    Declaration
    public BinTreeUnorderedContainer(uint nameHash, BinPropertyType elementType, IEnumerable<BinTreeProperty> elements)
    Parameters
    Type Name Description
    System.UInt32 nameHash

    The hashed property name

    BinPropertyType elementType

    The property type of an element in the container

    IEnumerable<BinTreeProperty> elements

    The elements of the container

    Properties

    | Improve this Doc View Source

    Type

    Gets the type of the property

    Declaration
    public override BinPropertyType Type { get; }
    Property Value
    Type Description
    BinPropertyType
    Overrides
    BinTreeContainer.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
    BinTreeContainer.Equals(BinTreeProperty)