65.9K
CodeProject is changing. Read more.
Home

See if a Flags enum is valid

starIconstarIconstarIconstarIconstarIcon

5.00/5 (2 votes)

Jul 7, 2011

CPOL
viewsIcon

5964

.Net 4 has the enum.HasFlag() method, which kinda obsoletes this tip. :)

.Net 4 has the enum.HasFlag() method, which kinda obsoletes this tip. :)
See if a Flags enum is valid - CodeProject