mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-10 18:24:53 +00:00
feat: make get values public
This commit is contained in:
committed by
Chris Cameron
parent
11c4d10a51
commit
67c07b8833
@@ -148,7 +148,7 @@ namespace ICD.Common.Utils
|
||||
/// Gets the values from an enumeration without performing any caching. This is slow because of reflection.
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
private static IEnumerable<int> GetValues(Type type)
|
||||
public static IEnumerable<int> GetValues(Type type)
|
||||
{
|
||||
if (type == null)
|
||||
throw new ArgumentNullException("type");
|
||||
|
||||
Reference in New Issue
Block a user