コード例 #1
0
 public Collection <PSDriveInfo> GetAll()
 {
     return(new Collection <PSDriveInfo>(_scope.GetAll().Values.ToList()));
 }
コード例 #2
0
 internal Dictionary <string, PSVariable> GetAll()
 {
     return(_scope.GetAll());
 }