SwiftlyS2
API ReferenceNativesCutlleanvector 2

CUtlLeanVector.Iterator_t

Struct CUtlLeanVector.Iterator_t

Namespace: SwiftlyS2.Shared.Natives

Assembly: SwiftlyS2.CS2.dll

public struct CUtlLeanVector<T, I>.Iterator_t

Inherited Members

Constructors

Iterator_t(I)

public Iterator_t(I i)
Parameters
  • i I

Fields

Index

public I Index
Field Value
  • I

Methods

Equals(object?)

Indicates whether this instance and a specified object are equal.

public override bool Equals(object? obj)
Parameters
  • obj object? — The object to compare with the current instance.
Returns
  • booltrue if obj and this instance are the same type and represent the same value; otherwise, false.

Operators

operator ==(Iterator_t, Iterator_t)

public static bool operator ==(CUtlLeanVector<T, I>.Iterator_t a, CUtlLeanVector<T, I>.Iterator_t b)
Parameters
Returns

operator !=(Iterator_t, Iterator_t)

public static bool operator !=(CUtlLeanVector<T, I>.Iterator_t a, CUtlLeanVector<T, I>.Iterator_t b)
Parameters
Returns

On this page