Fan.Sys.FanObj.with C# (CSharp) Méthode

with() public méthode

public with ( Func f ) : object
f Func
Résultat object
        public virtual object with(Func f)
        {
            f.call(this); return this;
        }

Same methods

FanObj::with ( object self, Func f ) : object