sharedlibrarycorehelpers ParseEnumT - RaidMax/IW4M-Admin GitHub Wiki
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph SharedLibraryCore.Helpers
SharedLibraryCore.Helpers.ParseEnum_1[[ParseEnum< T >]]
end
Returns | Name |
---|---|
T |
Get (string e, Type type) |
public ParseEnum()
public static T Get(string e, Type type)
Type | Name | Description |
---|---|---|
string |
e | |
Type |
type |
Generated with ModularDoc