Class BinTreeUnorderedContainer
Represents a property with a
Inherited Members
Namespace: LeagueToolkit.Core.Meta.Properties
Assembly: LeagueToolkit.dll
Syntax
public sealed class BinTreeUnorderedContainer : BinTreeContainer
Constructors
| Improve this Doc View SourceBinTreeUnorderedContainer(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 SourceType
Gets the type of the property
Declaration
public override BinPropertyType Type { get; }
Property Value
Type | Description |
---|---|
BinPropertyType |
Overrides
Methods
| Improve this Doc View SourceEquals(BinTreeProperty)
Declaration
public override bool Equals(BinTreeProperty other)
Parameters
Type | Name | Description |
---|---|---|
BinTreeProperty | other |
Returns
Type | Description |
---|---|
System.Boolean |