ClassExplorer
ClassExplorer copied to clipboard
Add `assignablefrom` keyword
Currently assignable works like assignableto so for instance doing Find-Member -ReturnType IO.FileSystemInfo will find FileInfo and DirectoryInfo but Find-Member -ReturnType IO.FileInfo will not find FileSystemInfo.
Also it might be the other way for the name. Also figure out a better thing to call it because I apparently can't fully think it through even to write this issue.
maybe just cantake[T]?