コード例 #1
0
		public void Remove( ClientScriptRegister script )
		{
			this.List.Remove( script );
		}
コード例 #2
0
		public int Add( ClientScriptRegister script )
		{
			return this.List.Add( script );
		}