Class FastSetOfLongs
- Namespace
- Vintagestory.API.Datastructures
- Assembly
- VintagestoryAPI.dll
public class FastSetOfLongs : IEnumerable<long>, IEnumerable
- Inheritance
-
FastSetOfLongs
- Implements
- Inherited Members
- Extension Methods
Constructors
FastSetOfLongs()
public FastSetOfLongs()
Properties
Count
public int Count { get; }
Property Value
Methods
Add(long)
Return false if the set already contained this value; return true if the Add was successful
public bool Add(long value)
Parameters
value
long
Returns
Clear()
public void Clear()
GetEnumerator()
Returns an enumerator that iterates through the collection.
public IEnumerator<long> GetEnumerator()
Returns
- IEnumerator<long>
An enumerator that can be used to iterate through the collection.