Pash-Project / Pash

An Open Source reimplementation of Windows PowerShell, for Mono.
https://groups.google.com/group/pash-project
BSD 3-Clause "New" or "Revised" License
514 stars 54 forks source link

Parameterized properties #392

Closed mrward closed 9 years ago

mrward commented 9 years ago

Adds supports for getting and setting parameterized properties such as String.Chars or Hashtable.Item.

The unit tests include a test binary that is written in VB.NET to create parameterized properties with multiple parameters. Source code is provided for this. This is a binary rather than being compiled from source since both xbuild and MonoDevelop do not seem to be able to compile a simple VB.NET project on Mono before version 4.0.