Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
several Enum Utility methods
Namespace:
SharedCache.WinServiceCommon
Assembly:
SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)
Syntax
| C# |
|---|
public static class EnumUtil<T>
|
| Visual Basic (Declaration) |
|---|
Public NotInheritable Class EnumUtil(Of T) |
| Visual C++ |
|---|
generic<typename T>
public ref class EnumUtil abstract sealed |
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "T:SharedCache.WinServiceCommon.EnumUtil`1"]
Remarks
Inheritance Hierarchy
See Also