CodeSlice.Web.Baler.Bale.Before C# (CSharp) Метод

Before() публичный Метод

public Before ( Func processor ) : IBale
processor Func
Результат IBale
        public IBale Before(Func<string, string, string> processor)
        {
            return Before(processor, 0);
        }

Same methods

Bale::Before ( Func processor, int order ) : IBale