Does anyone know can i retrieve the first element of an observation collection?
I have already added elements to my collection:
_fetchingWords.Add(new Words { English = "abc", French = "dcb", Spanish = "mez"});
I need to retrieve the first element ,ie , abc .
You can use linq,