Struct CopyKernelKey
public readonly record struct CopyKernelKey : IEquatable<CopyKernelKey>
- Implements
- Inherited Members
- Extension Methods
Constructors
CopyKernelKey(NPTypeCode, CopyExecutionPath)
public CopyKernelKey(NPTypeCode Type, CopyExecutionPath Path)
Parameters
TypeNPTypeCodePathCopyExecutionPath
Properties
Path
public CopyExecutionPath Path { get; init; }
Property Value
Type
public NPTypeCode Type { get; init; }
Property Value
Methods
ToString()
Returns the fully qualified type name of this instance.
public override string ToString()
Returns
- string
The fully qualified type name.