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
- WindowsTooltip.cs
- QuadraticBezierSegment.cs
- DataGridViewCellConverter.cs
- ActivityBindForm.cs
- DataContractAttribute.cs
- UIElementAutomationPeer.cs
- ListControlConvertEventArgs.cs
- MenuItemStyle.cs
- CharUnicodeInfo.cs
- DialogDivider.cs
- MimePart.cs
- MailAddressParser.cs
- ExpressionBinding.cs
- HtmlInputFile.cs
- FunctionDescription.cs
- FontFaceLayoutInfo.cs
- TextEditorSpelling.cs
- DrawTreeNodeEventArgs.cs
- ToolStripHighContrastRenderer.cs
- CapabilitiesRule.cs
- AsymmetricKeyExchangeDeformatter.cs
- RSAOAEPKeyExchangeDeformatter.cs
- CfgParser.cs
- ItemDragEvent.cs
- XamlStream.cs
- HScrollBar.cs
- ShaperBuffers.cs
- RequestCacheManager.cs
- ExternalCalls.cs
- RelatedImageListAttribute.cs
- DeviceSpecificDesigner.cs
- DescriptionCreator.cs
- SoapTypeAttribute.cs
- SoapTransportImporter.cs
- TextParagraphProperties.cs
- XmlDownloadManager.cs
- CollectionViewGroup.cs
- FixedDocumentPaginator.cs
- CacheHelper.cs
- unitconverter.cs
- EntryIndex.cs
- Action.cs
- SafeRightsManagementPubHandle.cs
- MSAAWinEventWrap.cs
- MruCache.cs
- XmlDeclaration.cs
- Win32.cs
- SafeCoTaskMem.cs
- ReferentialConstraint.cs
- OdbcCommand.cs
- RewritingPass.cs
- TypeResolvingOptionsAttribute.cs
- MenuItem.cs
- SmtpFailedRecipientsException.cs
- AnonymousIdentificationSection.cs
- HttpFileCollection.cs
- BamlResourceDeserializer.cs
- BaseDataListActionList.cs
- AspNetSynchronizationContext.cs
- SerializationInfoEnumerator.cs
- CodeMethodReturnStatement.cs
- ServiceModelActivationSectionGroup.cs
- SafeLocalMemHandle.cs
- ColorComboBox.cs
- RSAPKCS1KeyExchangeFormatter.cs
- ParameterBuilder.cs
- EncodingTable.cs
- ScriptControl.cs
- CompiledIdentityConstraint.cs
- BitmapSizeOptions.cs
- PageParser.cs
- GridViewHeaderRowPresenterAutomationPeer.cs
- TreeNodeEventArgs.cs
- TextBox.cs
- StateRuntime.cs
- PassportPrincipal.cs
- PrimitiveCodeDomSerializer.cs
- TextEditor.cs
- RecordManager.cs
- PathHelper.cs
- OutputCacheProfile.cs
- UnmanagedBitmapWrapper.cs
- ReaderWriterLockSlim.cs
- COM2IDispatchConverter.cs
- DrawingState.cs
- RestHandler.cs
- CancelEventArgs.cs
- KnownTypesHelper.cs
- XmlSchemaAttributeGroupRef.cs
- MultiBindingExpression.cs
- IndicShape.cs
- OdbcDataAdapter.cs
- HttpApplication.cs
- CodeIdentifiers.cs
- SpeakProgressEventArgs.cs
- TemplatePropertyEntry.cs
- MultiBindingExpression.cs
- GridViewRowEventArgs.cs
- ComponentDispatcherThread.cs
- SqlProviderServices.cs