Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Core / Microsoft / Scripting / Utils / TrueReadOnlyCollection.cs / 1305376 / TrueReadOnlyCollection.cs
/* **************************************************************************** * * Copyright (c) Microsoft Corporation. * * This source code is subject to terms and conditions of the Microsoft Public License. A * copy of the license can be found in the License.html file at the root of this distribution. If * you cannot locate the Microsoft Public License, please send an email to * dlr@microsoft.com. By using this source code in any fashion, you are agreeing to be bound * by the terms of the Microsoft Public License. * * You must not remove this notice, or any other, from this software. * * * ***************************************************************************/ using System.Collections.Generic; using System.Collections.ObjectModel; using System.Dynamic.Utils; namespace System.Runtime.CompilerServices { sealed class TrueReadOnlyCollection: ReadOnlyCollection { /// /// Creates instnace of TrueReadOnlyCollection, wrapping passed in array. /// !!! DOES NOT COPY THE ARRAY !!! /// internal TrueReadOnlyCollection(T[] list) : base(list) { } } } // 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
- ProviderUtil.cs
- GridViewItemAutomationPeer.cs
- CombinedHttpChannel.cs
- LocalFileSettingsProvider.cs
- ActivationServices.cs
- DataGridTextBox.cs
- DefaultValueTypeConverter.cs
- EntityDesignPluralizationHandler.cs
- NumericUpDownAccelerationCollection.cs
- MiniCustomAttributeInfo.cs
- CookieHandler.cs
- TimeSpanConverter.cs
- WebPartDisplayModeEventArgs.cs
- ProgressBar.cs
- Soap.cs
- KeyGestureConverter.cs
- ExpressionParser.cs
- FileSystemInfo.cs
- CompoundFileIOPermission.cs
- PropertyInformation.cs
- PipelineModuleStepContainer.cs
- AuthenticationModuleElementCollection.cs
- ToolConsole.cs
- ProjectedSlot.cs
- BitmapInitialize.cs
- StringExpressionSet.cs
- TraceHandlerErrorFormatter.cs
- TrackBarRenderer.cs
- Int32CollectionConverter.cs
- XPathParser.cs
- DoubleAnimationClockResource.cs
- ToolboxComponentsCreatingEventArgs.cs
- ResourceManagerWrapper.cs
- SqlConnectionFactory.cs
- DataObject.cs
- BuilderInfo.cs
- ProtocolsConfigurationHandler.cs
- ToolboxItemFilterAttribute.cs
- EntitySqlQueryCacheEntry.cs
- ObjRef.cs
- DataTablePropertyDescriptor.cs
- SHA384Managed.cs
- MailBnfHelper.cs
- ReachDocumentPageSerializer.cs
- HwndHostAutomationPeer.cs
- WebPartsSection.cs
- BitmapMetadata.cs
- CodeCompiler.cs
- SQLBytesStorage.cs
- ParseChildrenAsPropertiesAttribute.cs
- CatalogPartChrome.cs
- TableLayoutCellPaintEventArgs.cs
- CodeIdentifiers.cs
- DependencyObjectPropertyDescriptor.cs
- Delay.cs
- ScaleTransform3D.cs
- GotoExpression.cs
- OpacityConverter.cs
- TemplateBaseAction.cs
- InputProcessorProfilesLoader.cs
- ContextQuery.cs
- RotateTransform3D.cs
- SqlMethodCallConverter.cs
- CellParagraph.cs
- SqlBulkCopyColumnMappingCollection.cs
- BigInt.cs
- UnsafeNativeMethods.cs
- RegistryPermission.cs
- OperatingSystem.cs
- SqlDataReader.cs
- FlatButtonAppearance.cs
- XmlName.cs
- BrowsableAttribute.cs
- CodeRemoveEventStatement.cs
- PageCatalogPart.cs
- DropDownList.cs
- DropTarget.cs
- XmlAttributeCollection.cs
- ServicePointManagerElement.cs
- WSDualHttpSecurityMode.cs
- InstancePersistenceCommandException.cs
- TableAdapterManagerGenerator.cs
- ZipIOLocalFileDataDescriptor.cs
- AutomationElement.cs
- ButtonDesigner.cs
- HighContrastHelper.cs
- BindingManagerDataErrorEventArgs.cs
- FacetValueContainer.cs
- Paragraph.cs
- PropertyKey.cs
- ImageList.cs
- SingleAnimation.cs
- FormParameter.cs
- ChangePassword.cs
- PropertyInformation.cs
- RegularExpressionValidator.cs
- XsltOutput.cs
- SmuggledIUnknown.cs
- SettingsPropertyValueCollection.cs
- LambdaCompiler.Binary.cs