Struct FixedArray3<T>
- Assembly
- Alis.dll
The fixed array
internal struct FixedArray3<T> : IEnumerable<T>, IEnumerable where T : class
Type Parameters
T
Implements
Inherited Members
Fields
_0
The
public T _0
Field Value
- T
_1
The
public T _1
Field Value
- T
_2
The
public T _2
Field Value
- T
Properties
this[int]
The index out of range exception
public T this[int index] { get; set; }
Property Value
- T
Methods
Clear()
Clears this instance
public void Clear()
Clear(T)
Clears the value
public void Clear(T value)
Parameters
value
T-
The value
Contains(T)
Describes whether this instance contains
public bool Contains(T value)
Parameters
value
T-
The value
Returns
- bool
-
The bool
Enumerate()
Enumerates this instance
private IEnumerable<T> Enumerate()
Returns
- IEnumerable<T>
-
An enumerable of t
GetEnumerator()
Gets the enumerator
public IEnumerator<T> GetEnumerator()
Returns
- IEnumerator<T>
-
An enumerator of t
IndexOf(T)
Indexes the of using the specified value
public int IndexOf(T value)
Parameters
value
T-
The value
Returns
- int
-
The int
IEnumerable.GetEnumerator()
Gets the enumerator
IEnumerator IEnumerable.GetEnumerator()
Returns
- IEnumerator
-
The enumerator