Struct ImVectorWrapper<T>
Wrapper for ImVector.
Assembly: Dalamud.dll
View Source
Declaration
public struct ImVectorWrapper<T> : IList<T>, ICollection<T>, IList, ICollection, IReadOnlyList<T>, IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable, IDisposable where T : unmanaged
Implements:
Expand
System.Collections.Generic.IList<<T>>
, System.Collections.Generic.ICollection<<T>>
, System.Collections.IList
, System.Collections.ICollection
, System.Collections.Generic.IReadOnlyList<<T>>
, System.Collections.Generic.IReadOnlyCollection<<T>>
, System.Collections.Generic.IEnumerable<<T>>
, System.Collections.IEnumerable
, System.IDisposable