Quick Tip: Iterate through an enum in .NET
Here’s a quicky for you. Iterating through an Enum in .NET, replace ‘IconResource‘ with the Enum you want to iterate.
CSharp
VB.NET
Useful?
Comments have been disabled.
Here’s a quicky for you. Iterating through an Enum in .NET, replace ‘IconResource‘ with the Enum you want to iterate.
Useful?