Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Core / System / Linq / Parallel / Enumerables / EnumerableWrapperWeakToStrong.cs / 1305376 / EnumerableWrapperWeakToStrong.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // EnumerableWrapperWeakToStrong.cs // //[....] // // =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- using System.Collections; using System.Collections.Generic; using System.Diagnostics.Contracts; namespace System.Linq.Parallel { ////// A simple implementation of the IEnumerable{object} interface which wraps /// a weakly typed IEnumerable object, allowing it to be accessed as a strongly typed /// IEnumerable{object}. /// internal class EnumerableWrapperWeakToStrong : IEnumerable
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- RTLAwareMessageBox.cs
- SafeViewOfFileHandle.cs
- TagPrefixInfo.cs
- HtmlTable.cs
- GradientStop.cs
- TextParaClient.cs
- SmiEventSink.cs
- BuildProvider.cs
- Soap.cs
- StyleTypedPropertyAttribute.cs
- NetSectionGroup.cs
- AnnotationResource.cs
- ParameterToken.cs
- CryptographicAttribute.cs
- VirtualPathUtility.cs
- EntityRecordInfo.cs
- LinkUtilities.cs
- StylusPointDescription.cs
- FieldTemplateFactory.cs
- LayoutTable.cs
- ModelItemImpl.cs
- SchemaImporterExtensionsSection.cs
- ADConnectionHelper.cs
- ToolBarButton.cs
- ReaderWriterLock.cs
- StylusPointProperties.cs
- SqlIdentifier.cs
- UntypedNullExpression.cs
- Profiler.cs
- MethodAccessException.cs
- ProtocolsConfiguration.cs
- ConfigurationProperty.cs
- SafeMarshalContext.cs
- XmlBindingWorker.cs
- ApplyTemplatesAction.cs
- SerializationFieldInfo.cs
- XmlRootAttribute.cs
- Command.cs
- SynchronizedInputAdaptor.cs
- MSAAWinEventWrap.cs
- XpsSerializerFactory.cs
- PolicyFactory.cs
- Msec.cs
- SoapHeader.cs
- TableCellAutomationPeer.cs
- WebException.cs
- HorizontalAlignConverter.cs
- PatternMatcher.cs
- PageTheme.cs
- AstTree.cs
- UIntPtr.cs
- X509SecurityTokenAuthenticator.cs
- DataGridViewColumnHeaderCell.cs
- StrongNameMembershipCondition.cs
- XmlSchemaRedefine.cs
- AutomationAttributeInfo.cs
- DelegateBodyWriter.cs
- KnownTypesHelper.cs
- ButtonFlatAdapter.cs
- ParserStack.cs
- HashHelper.cs
- TextBoxAutoCompleteSourceConverter.cs
- DataGridViewCellConverter.cs
- RoutedEventArgs.cs
- Identity.cs
- MatchingStyle.cs
- SymmetricAlgorithm.cs
- EmulateRecognizeCompletedEventArgs.cs
- TypeSystem.cs
- MessageDecoder.cs
- ProcessHost.cs
- ClockGroup.cs
- BaseResourcesBuildProvider.cs
- BinaryWriter.cs
- Slider.cs
- WSSecurityOneDotOneReceiveSecurityHeader.cs
- EventBuilder.cs
- XmlSerializationGeneratedCode.cs
- COM2IProvidePropertyBuilderHandler.cs
- WindowsGraphics2.cs
- PropertyInformationCollection.cs
- SoapIncludeAttribute.cs
- TraceListener.cs
- OdbcHandle.cs
- cryptoapiTransform.cs
- sqlcontext.cs
- XsdDateTime.cs
- NotifyInputEventArgs.cs
- XmlWriterTraceListener.cs
- BmpBitmapDecoder.cs
- AnimatedTypeHelpers.cs
- DBSchemaTable.cs
- SimpleMailWebEventProvider.cs
- FlowLayoutPanelDesigner.cs
- TextRangeEditTables.cs
- ExceptionValidationRule.cs
- WorkflowDesigner.cs
- HttpHandlerAction.cs
- QilName.cs
- ServiceDebugBehavior.cs