AllReady.Extensions.EnumerableExtensions.ToName C# (CSharp) Метод

ToName() публичный статический Метод

public static ToName ( this theType ) : string
theType this
Результат string
        public static string ToName(this UserType theType)
        {
            return Enum.GetName(typeof(UserType), theType);
        }
EnumerableExtensions