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
- XamlSerializerUtil.cs
- FontFamilyConverter.cs
- SecureStringHasher.cs
- CommandPlan.cs
- KeyedHashAlgorithm.cs
- CapabilitiesSection.cs
- CharAnimationUsingKeyFrames.cs
- CommonXSendMessage.cs
- UIElement.cs
- TagPrefixInfo.cs
- UpdatePanelTriggerCollection.cs
- WebBrowserDocumentCompletedEventHandler.cs
- DataColumnPropertyDescriptor.cs
- DataBinder.cs
- TreeNodeStyle.cs
- UnicodeEncoding.cs
- ServicesUtilities.cs
- ImageIndexConverter.cs
- Util.cs
- GlyphsSerializer.cs
- RemoteX509AsymmetricSecurityKey.cs
- FtpCachePolicyElement.cs
- ToolStripContentPanelRenderEventArgs.cs
- Single.cs
- LambdaCompiler.Lambda.cs
- AssemblyNameUtility.cs
- EncodingInfo.cs
- PermissionRequestEvidence.cs
- ContentDesigner.cs
- SqlMethodCallConverter.cs
- StylusShape.cs
- XsltFunctions.cs
- x509utils.cs
- Point.cs
- XsltArgumentList.cs
- MobileComponentEditorPage.cs
- ThreadAttributes.cs
- _SafeNetHandles.cs
- UnsafeNativeMethods.cs
- PathData.cs
- ResponseStream.cs
- XmlDeclaration.cs
- CreateUserWizard.cs
- ContainerFilterService.cs
- RequestContext.cs
- ImageSourceValueSerializer.cs
- OleDbCommandBuilder.cs
- LowerCaseStringConverter.cs
- PropertyValueChangedEvent.cs
- Margins.cs
- DataGridViewRowCancelEventArgs.cs
- DbDeleteCommandTree.cs
- ParameterElement.cs
- TransformPatternIdentifiers.cs
- GPPOINT.cs
- ListControlBoundActionList.cs
- infer.cs
- SyndicationDeserializer.cs
- ToolStripDropDownClosingEventArgs.cs
- diagnosticsswitches.cs
- DataGridViewImageCell.cs
- ConfigurationSectionCollection.cs
- SchemaTableOptionalColumn.cs
- OpenTypeCommon.cs
- Errors.cs
- StandardCommands.cs
- MoveSizeWinEventHandler.cs
- HtmlTitle.cs
- XmlDictionaryWriter.cs
- CompositeDataBoundControl.cs
- sapiproxy.cs
- StrokeFIndices.cs
- TreeViewImageIndexConverter.cs
- Int16AnimationUsingKeyFrames.cs
- InvalidDataContractException.cs
- UntypedNullExpression.cs
- ViewManager.cs
- ParallelDesigner.cs
- SystemKeyConverter.cs
- LayoutManager.cs
- QuaternionAnimationUsingKeyFrames.cs
- TdsParserHelperClasses.cs
- UIElementParaClient.cs
- ReadOnlyDataSourceView.cs
- ServicePointManagerElement.cs
- Repeater.cs
- HMACSHA1.cs
- ApplicationActivator.cs
- LocationSectionRecord.cs
- ToggleButtonAutomationPeer.cs
- ChildChangedEventArgs.cs
- DropShadowBitmapEffect.cs
- WindowsTokenRoleProvider.cs
- ServiceMetadataPublishingElement.cs
- ValidatorCollection.cs
- PageThemeParser.cs
- RadialGradientBrush.cs
- StorageMappingItemCollection.cs
- Delegate.cs
- CompilationSection.cs