Class BufferValidationResult
- Namespace
- DotCompute.Memory
- Assembly
- DotCompute.Memory.dll
Results of buffer validation checks.
public sealed class BufferValidationResult
- Inheritance
-
BufferValidationResult
- Inherited Members
Properties
IsValid
Gets or sets a value indicating whether valid.
public bool IsValid { get; set; }
Property Value
- bool
The is valid.
Issues
Gets or sets a value indicating whether sues.
public List<string> Issues { get; init; }
Property Value
Warnings
Gets or sets the warnings.
public List<string> Warnings { get; init; }