コード例 #1
0
ファイル: NamespaceBuilder.cs プロジェクト: emtees/old-code
	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
ファイル: NamespaceBuilder.cs プロジェクト: retahc/old-code
        public void SetUserParams(StructureBuilder sb)
        {
            if (nsparams != null)
            {
                throw new Exception("Trying to define a second set of parameters " +
                                    "for namespace " + sname);
            }

            nsparams = sb;
        }