WootzJs.Mvc.Views.Css.CssDeclaration.IsSet C# (CSharp) Méthode

IsSet() protected méthode

protected IsSet ( string name ) : bool
name string
Résultat bool
        protected internal bool IsSet(string name)
        {
            return node[name] != "";
        }