示例#1
0
        public static Settings GetSettings(this CoreTypeModel model)
        {
            var stereotype = model.GetStereotype("Settings");

            return(stereotype != null ? new Settings(stereotype) : null);
        }