[Mono-list] List and Dictioanry

unimodz mr.x2 at hotmail.co.uk
Tue Dec 27 23:07:06 EST 2011


http://mono.1490590.n4.nabble.com/file/n4238991/List.cs List.cs 
http://mono.1490590.n4.nabble.com/file/n4238991/ListWorker.cs ListWorker.cs 
http://mono.1490590.n4.nabble.com/file/n4238991/Dictionary.cs Dictionary.cs 

The ListWorker is the main class for managing the other classes.

3 features i added to list:

Operators(These are not included in the microsoft/mono list class)
-- list += "listitem"      will add the "listitem" to the list.
-- list -= "index"          will remove the item at the "index"

Methods (These are not included in the microsoft/mono list class)
- list.RemoveToEnd("StartIndex")   will remove a block of items from the
"StartIndex"

Also all 3 files dont contain any Using statements. This will allow them to
be used with any version of mono, .net or any csharp compiler.  

Feel free to use these and it would be nice to get credit for coding these.

message back for info on any of the 3 classes. Or be really nice and add a
few methods to them?

--
View this message in context: http://mono.1490590.n4.nabble.com/List-and-Dictioanry-tp4238991p4238991.html
Sent from the Mono - General mailing list archive at Nabble.com.


More information about the Mono-list mailing list