Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Core / System / Linq / Parallel / Enumerables / ParallelEnumerableWrapper.cs / 1305376 / ParallelEnumerableWrapper.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // ParallelEnumerableWrapper.cs // //[....] // // =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- using System.Collections; using System.Collections.Generic; using System.Diagnostics.Contracts; namespace System.Linq.Parallel { ////// A simple implementation of the ParallelQuery{object} interface which wraps an /// underlying IEnumerable, such that it can be used in parallel queries. /// internal class ParallelEnumerableWrapper : ParallelQuery
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- BinaryCommonClasses.cs
- ResourceAssociationSetEnd.cs
- PersonalizationProvider.cs
- BigInt.cs
- FlowLayout.cs
- UserControlDocumentDesigner.cs
- IisTraceListener.cs
- MachineSettingsSection.cs
- Accessors.cs
- EntityTemplateFactory.cs
- ParsedAttributeCollection.cs
- IdentityModelDictionary.cs
- TypeUnloadedException.cs
- SafeProcessHandle.cs
- ParameterCollection.cs
- CollectionViewGroupRoot.cs
- DataRelation.cs
- RandomNumberGenerator.cs
- InfoCardRSAPKCS1KeyExchangeDeformatter.cs
- TextModifierScope.cs
- KeyTime.cs
- ParserContext.cs
- SHA256Managed.cs
- ColorAnimationUsingKeyFrames.cs
- DbProviderFactoriesConfigurationHandler.cs
- ControlEvent.cs
- CompiledQueryCacheEntry.cs
- AppSettingsSection.cs
- RepeatBehaviorConverter.cs
- NotificationContext.cs
- EndpointAddressMessageFilterTable.cs
- GridToolTip.cs
- ClearTypeHintValidation.cs
- OutputCacheModule.cs
- EventDescriptorCollection.cs
- RijndaelCryptoServiceProvider.cs
- PtsHost.cs
- RoutedEventArgs.cs
- XPathParser.cs
- Membership.cs
- SoapBinding.cs
- InProcStateClientManager.cs
- ping.cs
- UrlAuthorizationModule.cs
- ErrorWebPart.cs
- CompilerErrorCollection.cs
- MemberDescriptor.cs
- FilterException.cs
- DefaultValidator.cs
- DependencyObject.cs
- AutomationProperty.cs
- XmlNodeChangedEventArgs.cs
- AssociatedControlConverter.cs
- BypassElement.cs
- NullableLongAverageAggregationOperator.cs
- ConnectionPoolManager.cs
- KerberosRequestorSecurityToken.cs
- UrlPath.cs
- DiscoveryClientRequestChannel.cs
- Substitution.cs
- Funcletizer.cs
- XPathArrayIterator.cs
- ThreadStartException.cs
- DesignerCommandAdapter.cs
- PerformanceCounterManager.cs
- RoleManagerSection.cs
- MessageTraceRecord.cs
- ListMarkerSourceInfo.cs
- ParseHttpDate.cs
- ToolStripSplitStackLayout.cs
- NetCodeGroup.cs
- HttpContextServiceHost.cs
- StateChangeEvent.cs
- ScriptManagerProxy.cs
- StorageComplexPropertyMapping.cs
- PropertyPathWorker.cs
- SevenBitStream.cs
- SystemParameters.cs
- FillRuleValidation.cs
- PolicyValidator.cs
- SQLGuidStorage.cs
- VirtualizingPanel.cs
- TextTreeInsertElementUndoUnit.cs
- Byte.cs
- ClientApiGenerator.cs
- UpdatePanel.cs
- XmlChoiceIdentifierAttribute.cs
- ListParaClient.cs
- RTLAwareMessageBox.cs
- MissingFieldException.cs
- MouseOverProperty.cs
- PassportAuthentication.cs
- OleDbRowUpdatedEvent.cs
- RowToParametersTransformer.cs
- WindowsAuthenticationEventArgs.cs
- ObjectCloneHelper.cs
- PerformanceCounterManager.cs
- DataTrigger.cs
- AsymmetricKeyExchangeFormatter.cs
- DesignerActionGlyph.cs