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
- TripleDESCryptoServiceProvider.cs
- MouseGestureConverter.cs
- WriteFileContext.cs
- DiffuseMaterial.cs
- QueryExecutionOption.cs
- TextEndOfParagraph.cs
- GACIdentityPermission.cs
- X509InitiatorCertificateClientElement.cs
- TemplateControlBuildProvider.cs
- LoginView.cs
- Matrix3D.cs
- recordstate.cs
- RequestQueue.cs
- ApplicationGesture.cs
- Debug.cs
- SplayTreeNode.cs
- OdbcConnection.cs
- ForEachDesigner.xaml.cs
- BindingsCollection.cs
- DataObjectPastingEventArgs.cs
- CodeMemberMethod.cs
- BaseAsyncResult.cs
- ApplicationTrust.cs
- TraceHandler.cs
- SocketConnection.cs
- List.cs
- ListControl.cs
- ItemsControl.cs
- WindowsRichEditRange.cs
- ModelTypeConverter.cs
- XmlSortKeyAccumulator.cs
- ProxyAttribute.cs
- SqlDataSource.cs
- ErrorFormatter.cs
- XmlSerializer.cs
- NativeRecognizer.cs
- FlowDocument.cs
- DataServiceStreamResponse.cs
- DataTableClearEvent.cs
- Utils.cs
- TypeRestriction.cs
- DeclarationUpdate.cs
- DelayedRegex.cs
- CheckBox.cs
- WebReferencesBuildProvider.cs
- FloatUtil.cs
- LongValidatorAttribute.cs
- JournalEntry.cs
- SqlRemoveConstantOrderBy.cs
- IBuiltInEvidence.cs
- GridLengthConverter.cs
- XmlSchema.cs
- EditorZone.cs
- XmlnsDefinitionAttribute.cs
- BorderGapMaskConverter.cs
- UnsafeNetInfoNativeMethods.cs
- _FtpDataStream.cs
- InlinedAggregationOperator.cs
- Point.cs
- InstallerTypeAttribute.cs
- WinEventWrap.cs
- SystemParameters.cs
- DataSetMappper.cs
- SafeFileMappingHandle.cs
- MetaModel.cs
- EventLog.cs
- HybridDictionary.cs
- ProjectedSlot.cs
- UnitySerializationHolder.cs
- TextBoxAutoCompleteSourceConverter.cs
- WebMessageEncodingElement.cs
- CommonProperties.cs
- ConstantSlot.cs
- HiddenField.cs
- WebZone.cs
- GridViewUpdatedEventArgs.cs
- mongolianshape.cs
- GACIdentityPermission.cs
- PositiveTimeSpanValidator.cs
- WindowsNonControl.cs
- SqlDataSourceConfigureFilterForm.cs
- Evidence.cs
- CollectionViewGroupInternal.cs
- MatrixTransform.cs
- CommonProperties.cs
- MDIControlStrip.cs
- DataGridViewToolTip.cs
- TableLayoutStyle.cs
- PathGradientBrush.cs
- oledbmetadatacolumnnames.cs
- CallContext.cs
- TextEffectCollection.cs
- DiscoveryExceptionDictionary.cs
- TargetInvocationException.cs
- CacheSection.cs
- SectionRecord.cs
- ComplexPropertyEntry.cs
- PrimarySelectionAdorner.cs
- ActivityExecutorOperation.cs
- NetPeerTcpBindingElement.cs