ContextAccessorKind
Namespace: Bang.Contexts
Assembly: Bang.dll
public sealed enum ContextAccessorKind : Enum, IComparable, ISpanFormattable, IFormattable, IConvertible
Context accessor kind for a system. This will specify the kind of operation that each system will perform, so the world can parallelize efficiently each system execution.
Implements: Enum, IComparable, ISpanFormattable, IFormattable, IConvertible
⭐ Properties
Read
public static const ContextAccessorKind Read;
This will specify that the system implementation will only perform read operations.
Returns
ContextAccessorKind
Write
public static const ContextAccessorKind Write;
This will specify that the system implementation will only perform write operations.
Returns
ContextAccessorKind
⚡