Editar

Microsoft.Toolkit.HighPerformance.Helpers Namespace

Classes

Name Description
BitHelper

Helpers to perform bit operations on numeric types.

ObjectMarshal

Helpers for working with Object instances.

ParallelHelper

Helpers to work with parallel code in a highly optimized manner.

Structs

Name Description
HashCode<T>

Combines the hash code of sequences of T values into a single hash code.

Interfaces

Name Description
IAction

A contract for actions being executed with an input index.

IAction2D

A contract for actions being executed with two input indices.

IInAction<T>

A contract for actions being executed on items of a specific type, with readonly access.

IRefAction<T>

A contract for actions being executed on items of a specific type, with side effect.