Thursday, 19 September 2013

Get list from enum [on hold]

Get list from enum [on hold]

public enum MyEnum
{
A,
Ab,
Abc,
Abcd,
Abcde
}
Using LINQ, I want to extract a list from MyEnum that contains all the
items of MyEnum exept the items Ab and Abc.

No comments:

Post a Comment