コード例 #1
0
        /// <summary>
        /// Sets the language analyzer type.
        /// </summary>
        public LanguageAnalyzer Type(string type)
        {
            this.type = type;
            if (ComponentName.IsNullOrEmpty())
            {
                Name(type);
            }

            return(this);
        }