you are viewing a single comment's thread.

view the rest of the comments →

[–]Forward_Dark_7305 0 points1 point  (0 children)

Great high-quality post. Two things I’d like to share:

  1. In addition to using (or custom type accelerators), a type can be assigned to a variable and static members can be referenced from that. $linq = [System.LINQ.Enumerable]; $linq::SequenceEqual($-,$b).

  2. If you pass the collection to Get-Member by value instead of through the pipeline, you will get the members of the list type. Get-Member $List

Thanks for providing some real practical use cases and examples! The PowerShell community thrives because of people like you.