Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Core / System / Linq / Parallel / Utils / Shared.cs / 1305376 / Shared.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // Shared.cs // //[....] // // =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- namespace System.Linq.Parallel { ////// A very simple primitive that allows us to share a value across multiple threads. /// ///internal class Shared { internal T Value; internal Shared(T value) { this.Value = value; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // Shared.cs // // [....] // // =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- namespace System.Linq.Parallel { ////// A very simple primitive that allows us to share a value across multiple threads. /// ///internal class Shared { internal T Value; internal Shared(T value) { this.Value = value; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- AsyncCompletedEventArgs.cs
- ConditionalDesigner.cs
- CacheVirtualItemsEvent.cs
- QilBinary.cs
- ArcSegment.cs
- IBuiltInEvidence.cs
- DataControlFieldCell.cs
- Array.cs
- HashCodeCombiner.cs
- SecurityException.cs
- WorkItem.cs
- ActivityTypeDesigner.xaml.cs
- GridViewUpdatedEventArgs.cs
- PrintPreviewGraphics.cs
- XPathException.cs
- Calendar.cs
- XmlNavigatorFilter.cs
- CompilerScope.Storage.cs
- ExtractedStateEntry.cs
- OuterGlowBitmapEffect.cs
- ZoomPercentageConverter.cs
- DataGridViewSelectedRowCollection.cs
- SafeCertificateContext.cs
- ChtmlMobileTextWriter.cs
- SystemIPv6InterfaceProperties.cs
- SqlProfileProvider.cs
- XmlSignificantWhitespace.cs
- XmlnsCache.cs
- Misc.cs
- StyleSelector.cs
- FontUnit.cs
- HTTPNotFoundHandler.cs
- BasePropertyDescriptor.cs
- DynamicValueConverter.cs
- Logging.cs
- QilReference.cs
- PersonalizationState.cs
- SchemaCollectionCompiler.cs
- XmlSchemaCollection.cs
- ScriptIgnoreAttribute.cs
- MenuStrip.cs
- DockAndAnchorLayout.cs
- SiteMap.cs
- ImagingCache.cs
- SpellerInterop.cs
- AutoGeneratedFieldProperties.cs
- RegistrationContext.cs
- CapabilitiesState.cs
- WebCategoryAttribute.cs
- DbException.cs
- ClientFormsAuthenticationCredentials.cs
- CultureTableRecord.cs
- PerformanceCountersElement.cs
- CatalogZone.cs
- BaseProcessor.cs
- FontStyle.cs
- PeerServiceMessageContracts.cs
- RoutedPropertyChangedEventArgs.cs
- VectorAnimationUsingKeyFrames.cs
- WsdlInspector.cs
- WorkflowService.cs
- RijndaelManagedTransform.cs
- TableRow.cs
- XmlTypeMapping.cs
- ExpressionBindingsDialog.cs
- BindingMemberInfo.cs
- XmlTextAttribute.cs
- IntSumAggregationOperator.cs
- ObjectMemberMapping.cs
- WebPartConnectVerb.cs
- OdbcPermission.cs
- AccessibilityHelperForVista.cs
- PrintController.cs
- ThrowHelper.cs
- PlainXmlWriter.cs
- PageRanges.cs
- XXXInfos.cs
- LayoutExceptionEventArgs.cs
- Mappings.cs
- ToolBarButtonClickEvent.cs
- IdentityNotMappedException.cs
- OleDbTransaction.cs
- _LocalDataStore.cs
- ParsedAttributeCollection.cs
- SerialReceived.cs
- WinFormsUtils.cs
- DataObjectMethodAttribute.cs
- RenderingEventArgs.cs
- HitTestFilterBehavior.cs
- ProjectionCamera.cs
- SingleTagSectionHandler.cs
- PrivilegedConfigurationManager.cs
- PersonalizationAdministration.cs
- SafeHandles.cs
- Rotation3DKeyFrameCollection.cs
- TagPrefixInfo.cs
- EntityKeyElement.cs
- Vector.cs
- BindingManagerDataErrorEventArgs.cs
- IconEditor.cs