1 implementation of CanRead
Microsoft.ML.Core (1)
Data\IFileHandle.cs (1)
90public bool CanRead => _wrote && !IsDisposed;
1 reference to CanRead
Microsoft.ML.Data (1)
DataLoadSave\MultiFileSource.cs (1)
107Contracts.CheckParam(file.CanRead, nameof(file), "File handle must be readable");