コード例 #1
0
        public static CreateConstructor WithParameters(params CodeParameterDeclarationExpression[] parameters)
        {
            CreateConstructor createConstructor = new CreateConstructor(parameters);

            return(createConstructor);
        }
コード例 #2
0
		public static CreateConstructor WithParameters(params CodeParameterDeclarationExpression[] parameters)
		{
			CreateConstructor createConstructor = new CreateConstructor(parameters);

			return createConstructor;
		}