コード例 #1
0
ファイル: ConfigCollection.cs プロジェクト: exaphaser/cs2j
		/// <include file='ConfigCollection.xml' path='//Constructor[@name="Constructor"]/docs/*' />
		public ConfigCollection (ConfigSourceBase owner)
		{
			this.owner = owner;
		}
コード例 #2
0
 /// <include file='ConfigCollection.xml' path='//Constructor[@name="Constructor"]/docs/*' />
 public ConfigCollection(ConfigSourceBase owner)
 {
     this.owner = owner;
 }