Header Text Coming Soon! You can Contact Us below anytime!
Assembly: SpiderMaster.Net (in SpiderMaster.Net.dll) Version: 0.0.6.0 (0.0.6.0)
[This is preliminary documentation and is subject to change.]
Extension methods for [!:SpiderMaster.Enum] using Generics.
Namespace:
SpiderMasterAssembly: SpiderMaster.Net (in SpiderMaster.Net.dll) Version: 0.0.6.0 (0.0.6.0)
Syntax
| C# | Visual Basic | Visual C++ |
public static class Enum<T> where T : struct, new()
Public NotInheritable Class Enum(Of T As {Structure, New})
generic<typename T> where T : value class, gcnew() public ref class Enum abstract sealed
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "T:SpiderMaster.Enum`1"]
Members
| All Members | Methods |
| Member | Description | |
|---|---|---|
| CanParse(String) | Determines whether this instance can parse the specified value.
| |
| GetName(Int32) | Retrieves the name of the constant in the specified enumeration that has
the specified value.
| |
| GetValues()()()() | ||
| Parse(String) | Parses the specified value.
| |
| Parse(String, Boolean) | Parses the specified value.
| |
| ToList()()()() | Enums to list.
|