コード例 #1
0
ファイル: FileVertexProvider.cs プロジェクト: klawrawkz/CRA
 public Task <int> CountAll()
 => FileUtils.CountAll <VertexInfo>(_fileName);