Пример #1
0
	public void SetUserParams (StructureBuilder sb)
	{
	    if (nsparams != null)
		throw new Exception ("Trying to define a second set of parameters " +
				     "for namespace " + sname);

	    nsparams = sb;
	}
Пример #2
0
        public void SetUserParams(StructureBuilder sb)
        {
            if (nsparams != null)
            {
                throw new Exception("Trying to define a second set of parameters " +
                                    "for namespace " + sname);
            }

            nsparams = sb;
        }