Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / Designer / WebForms / System / Web / UI / Design / ClientScriptItemCollection.cs / 1 / ClientScriptItemCollection.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.Design { using System.Collections; ////// Represents a collection of client script blocks in a web form document. /// public sealed class ClientScriptItemCollection : ReadOnlyCollectionBase { public ClientScriptItemCollection(ClientScriptItem[] clientScriptItems) { if (clientScriptItems != null) { foreach (ClientScriptItem item in clientScriptItems) { InnerList.Add(item); } } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- UnsafeNativeMethods.cs
- MemberJoinTreeNode.cs
- BufferedReadStream.cs
- SqlSupersetValidator.cs
- StackOverflowException.cs
- PrintController.cs
- TextBoxRenderer.cs
- ObjectCache.cs
- Sequence.cs
- DescendantBaseQuery.cs
- HtmlMeta.cs
- MultiPropertyDescriptorGridEntry.cs
- UIElement3D.cs
- ColumnMapVisitor.cs
- EditorPartChrome.cs
- AdCreatedEventArgs.cs
- DefaultValueConverter.cs
- ClrPerspective.cs
- ComplexTypeEmitter.cs
- InheritanceAttribute.cs
- Int64Converter.cs
- SettingsPropertyValue.cs
- ServerIdentity.cs
- base64Transforms.cs
- XmlSchemaComplexContentRestriction.cs
- InteropBitmapSource.cs
- ArgumentOutOfRangeException.cs
- XmlCharCheckingReader.cs
- XmlAtomicValue.cs
- Stack.cs
- DependencyPropertyValueSerializer.cs
- PublisherIdentityPermission.cs
- LocatorManager.cs
- ContextProperty.cs
- WindowsScrollBarBits.cs
- HtmlAnchor.cs
- UiaCoreTypesApi.cs
- NumberAction.cs
- Operand.cs
- OleCmdHelper.cs
- ToolboxBitmapAttribute.cs
- ReachDocumentPageSerializer.cs
- webproxy.cs
- WindowsFormsSectionHandler.cs
- FullTextLine.cs
- mediaeventshelper.cs
- XmlStreamNodeWriter.cs
- Int16AnimationUsingKeyFrames.cs
- CompressStream.cs
- ButtonChrome.cs
- IntSecurity.cs
- PEFileEvidenceFactory.cs
- RuntimeTransactionHandle.cs
- ImageButton.cs
- SqlNode.cs
- PrintDialogException.cs
- Module.cs
- RayHitTestParameters.cs
- Model3D.cs
- InvariantComparer.cs
- ListViewInsertEventArgs.cs
- DependencyObjectType.cs
- BitmapEffectDrawing.cs
- RoleGroupCollection.cs
- HtmlWindow.cs
- MetadataPropertyvalue.cs
- HyperLinkStyle.cs
- MulticastIPAddressInformationCollection.cs
- HotCommands.cs
- WsdlExporter.cs
- DeflateEmulationStream.cs
- VirtualPathProvider.cs
- ConnectionsZoneDesigner.cs
- DesignerProperties.cs
- CharacterBuffer.cs
- EventLogReader.cs
- ValueSerializer.cs
- _RequestCacheProtocol.cs
- FillErrorEventArgs.cs
- XamlBrushSerializer.cs
- XmlSchemaElement.cs
- MemberExpressionHelper.cs
- AnnotationAuthorChangedEventArgs.cs
- WebPartVerb.cs
- DataServiceBehavior.cs
- BindingUtils.cs
- GroupQuery.cs
- WindowsFormsSynchronizationContext.cs
- ContentType.cs
- InputLanguageProfileNotifySink.cs
- SeverityFilter.cs
- PersonalizablePropertyEntry.cs
- WebPartVerbsEventArgs.cs
- DbUpdateCommandTree.cs
- DataObjectEventArgs.cs
- TdsParserStaticMethods.cs
- RegexFCD.cs
- BindingNavigator.cs
- HtmlInputHidden.cs
- TdsParameterSetter.cs