()
| 38 | public override bool Equals(object Other) => this == Other as TArray<T>; |
| 39 | |
| 40 | public override int GetHashCode() => (int)GarbageCollectionHandle; |
| 41 | |
| 42 | public IEnumerator<T> GetEnumerator() |
| 43 | { |
nothing calls this directly
no outgoing calls
no test coverage detected