I have an SPListItemCollection.
I basically want to get one of the items (randomly) in the collection and return it.
My method has a return type that expects an SPListItemCollection, so I dont mind having an SPListItemCollection that has just the one item in it and returning that.
Im not sure how to return an SPListItemCollection with this one item in it
how can i do this?