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
- CultureTable.cs
- MemoryMappedFile.cs
- CapabilitiesPattern.cs
- FlowSwitchLink.cs
- ManifestResourceInfo.cs
- OracleException.cs
- ImportOptions.cs
- ExpressionBuilderContext.cs
- TableLayoutPanel.cs
- SpecialNameAttribute.cs
- BuilderPropertyEntry.cs
- SurrogateEncoder.cs
- PriorityBinding.cs
- PrimitiveType.cs
- Control.cs
- HtmlInputPassword.cs
- PointAnimationBase.cs
- followingquery.cs
- SystemFonts.cs
- SqlWebEventProvider.cs
- LineBreak.cs
- StringUtil.cs
- HttpRequestCacheValidator.cs
- TextRangeSerialization.cs
- UnknownWrapper.cs
- InternalMappingException.cs
- InternalDispatchObject.cs
- WebScriptMetadataMessageEncodingBindingElement.cs
- AdornedElementPlaceholder.cs
- EdmToObjectNamespaceMap.cs
- StreamGeometryContext.cs
- ImportRequest.cs
- XsltLoader.cs
- keycontainerpermission.cs
- X509ChainElement.cs
- MouseDevice.cs
- ContainerFilterService.cs
- SerialErrors.cs
- ReadOnlyDataSource.cs
- MethodCallTranslator.cs
- FormConverter.cs
- TreeNodeStyle.cs
- PropertyChangedEventArgs.cs
- CheckoutException.cs
- messageonlyhwndwrapper.cs
- DataSourceSelectArguments.cs
- SimpleWebHandlerParser.cs
- IndicShape.cs
- Mutex.cs
- LogicalMethodInfo.cs
- QilTernary.cs
- UseManagedPresentationElement.cs
- GroupPartitionExpr.cs
- FtpWebResponse.cs
- RequestNavigateEventArgs.cs
- XmlLanguage.cs
- DefaultDialogButtons.cs
- ProxyWebPartManagerDesigner.cs
- IncrementalCompileAnalyzer.cs
- BamlLocalizabilityResolver.cs
- SmtpSpecifiedPickupDirectoryElement.cs
- UnsafeNativeMethods.cs
- Ref.cs
- TimeoutValidationAttribute.cs
- ButtonField.cs
- ThemeDirectoryCompiler.cs
- WindowsRegion.cs
- SqlDataSourceDesigner.cs
- XmlEncoding.cs
- ReadOnlyDataSourceView.cs
- Propagator.Evaluator.cs
- MD5HashHelper.cs
- TileBrush.cs
- CompModHelpers.cs
- CodeTypeConstructor.cs
- ToolStripDropDown.cs
- Assembly.cs
- HelloMessageApril2005.cs
- Utils.cs
- ReflectTypeDescriptionProvider.cs
- Debugger.cs
- EmitterCache.cs
- AssemblyBuilderData.cs
- BindingGroup.cs
- PageTextBox.cs
- SettingsSavedEventArgs.cs
- XmlSortKeyAccumulator.cs
- WeakReadOnlyCollection.cs
- FormView.cs
- RTLAwareMessageBox.cs
- InvalidFilterCriteriaException.cs
- JsonSerializer.cs
- DataGridViewCellCollection.cs
- MappingSource.cs
- TrackingStringDictionary.cs
- ThreadInterruptedException.cs
- ObjectStateEntryDbDataRecord.cs
- SystemIPv4InterfaceProperties.cs
- SmtpSection.cs
- TextCharacters.cs