|
Joutsen v0.5.0+12-g5dd5f7e
|
A class offering extension methods for Lists. More...
Static Public Member Functions | |
| static Listable< ItemType > | AsReadOnly< ItemType > (this List< ItemType > list) |
| Creates a read only instance of an existing list. More... | |
| static Listable< ItemType > | AsReadOnly< ItemType > (this Listable< ItemType > list, bool persistItems=false) |
| Creates a read only instance of an existing list. More... | |
A class offering extension methods for Lists.
|
static |
Creates a read only instance of an existing list.
| list | the existing list |
|
static |
Creates a read only instance of an existing list.
| list | the existing list |
| persistItems | if false changes to the original list will also effect the read only instance, otherwise a copy of the items is used and changes to the original list will not affect the read only instance |