ActionLibrary.ActionsExtentedOperations.ToNameRepresentation C# (CSharp) Метод

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

public static ToNameRepresentation ( this action ) : Name
action this
Результат Name
        public static Name ToNameRepresentation(this IAction action)
        {
            return Name.BuildName(action.Parameters.Prepend(action.ActionName));
        }