LayoutFarm.Composers.CssTemplateKey.CssTemplateKey C# (CSharp) Method

CssTemplateKey() public method

public CssTemplateKey ( int tagNameKey, int classNameKey ) : System
tagNameKey int
classNameKey int
return System
        public CssTemplateKey(int tagNameKey, int classNameKey)
        {
            this.tagNameKey = tagNameKey;
            this.classNameKey = classNameKey;
        }
#if DEBUG