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
- DiscoveryService.cs
- GetPageNumberCompletedEventArgs.cs
- filewebrequest.cs
- ZoneLinkButton.cs
- DataGridTextBoxColumn.cs
- GregorianCalendar.cs
- ValidationManager.cs
- XPathNode.cs
- InputMethodStateChangeEventArgs.cs
- Rotation3DAnimation.cs
- TreeViewImageIndexConverter.cs
- XmlILStorageConverter.cs
- mansign.cs
- UrlMappingCollection.cs
- XslException.cs
- GlyphElement.cs
- ContentControl.cs
- EntityConnection.cs
- XmlElementCollection.cs
- ViewStateException.cs
- DrawingBrush.cs
- GroupDescription.cs
- MultilineStringEditor.cs
- Hash.cs
- sqlinternaltransaction.cs
- SchemaLookupTable.cs
- RemoteWebConfigurationHostServer.cs
- DataGridViewAutoSizeModeEventArgs.cs
- GridViewCellAutomationPeer.cs
- LookupNode.cs
- XmlSchemaInferenceException.cs
- MexHttpsBindingElement.cs
- ChangePasswordDesigner.cs
- __ComObject.cs
- MultiView.cs
- CodeGeneratorOptions.cs
- ExtenderProvidedPropertyAttribute.cs
- NullableLongMinMaxAggregationOperator.cs
- HwndHostAutomationPeer.cs
- HelpProvider.cs
- SafeLocalMemHandle.cs
- WindowsListViewScroll.cs
- StatusBar.cs
- SqlHelper.cs
- Lease.cs
- WmlLinkAdapter.cs
- DateTimeFormat.cs
- URLIdentityPermission.cs
- VirtualizedItemPattern.cs
- ResourceKey.cs
- DataGridHeaderBorder.cs
- SafeNativeMethods.cs
- TextCompositionEventArgs.cs
- CodeCommentStatement.cs
- SecurityTokenProvider.cs
- LeaseManager.cs
- SymLanguageType.cs
- MetadataUtilsSmi.cs
- UserInitiatedRoutedEventPermission.cs
- Compress.cs
- OutputScope.cs
- MemoryMappedFile.cs
- Wildcard.cs
- Brushes.cs
- ListView.cs
- filewebresponse.cs
- control.ime.cs
- InvalidComObjectException.cs
- Animatable.cs
- SchemaCollectionPreprocessor.cs
- SqlDeflator.cs
- EventMap.cs
- TimeEnumHelper.cs
- WindowCollection.cs
- MsmqProcessProtocolHandler.cs
- ReferenceTypeElement.cs
- EventLogEntryCollection.cs
- MenuTracker.cs
- FieldDescriptor.cs
- GatewayIPAddressInformationCollection.cs
- AssemblyContextControlItem.cs
- CodeActivityContext.cs
- TimerElapsedEvenArgs.cs
- WindowsListViewSubItem.cs
- EntityReference.cs
- ExternalCalls.cs
- ToolBarTray.cs
- FontWeight.cs
- IsolatedStorageFile.cs
- FormsAuthenticationUser.cs
- SessionIDManager.cs
- FormatConvertedBitmap.cs
- GridSplitter.cs
- EnterpriseServicesHelper.cs
- validation.cs
- Ref.cs
- ZoomPercentageConverter.cs
- DataTableNameHandler.cs
- ComponentEditorForm.cs
- SafeEventHandle.cs