WebApp.Utils.IsSet C# (CSharp) Метод

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

public static IsSet ( this obj ) : bool
obj this
Результат bool
        public static bool IsSet(this object obj)
        {
            return obj != null;
        }