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
- HttpWebResponse.cs
- PrintDialogException.cs
- WindowsToolbar.cs
- NameValueConfigurationCollection.cs
- AbandonedMutexException.cs
- MenuItem.cs
- XmlSchemaDocumentation.cs
- SafeFileMappingHandle.cs
- XmlReflectionMember.cs
- ObjectAnimationUsingKeyFrames.cs
- DecoderFallback.cs
- UnmanagedMemoryStreamWrapper.cs
- ReaderWriterLock.cs
- InvalidOperationException.cs
- ToolStripDesignerAvailabilityAttribute.cs
- ConstraintManager.cs
- ListViewItem.cs
- IMembershipProvider.cs
- ComponentCommands.cs
- activationcontext.cs
- ViewPort3D.cs
- GridViewCommandEventArgs.cs
- PageCodeDomTreeGenerator.cs
- ItemCollection.cs
- TextBoxLine.cs
- DragCompletedEventArgs.cs
- SessionStateSection.cs
- UserInitiatedNavigationPermission.cs
- FormViewUpdatedEventArgs.cs
- ContextQuery.cs
- ImageList.cs
- InputBuffer.cs
- ArrayElementGridEntry.cs
- DispatchOperation.cs
- Deserializer.cs
- BamlTreeMap.cs
- MetadataSource.cs
- RemoteArgument.cs
- ReplyChannelAcceptor.cs
- SecurityIdentifierConverter.cs
- DesignerSerializationVisibilityAttribute.cs
- BitmapImage.cs
- CallId.cs
- DataGridTextBoxColumn.cs
- ScriptRegistrationManager.cs
- SqlTriggerAttribute.cs
- ClientSettingsProvider.cs
- HttpContext.cs
- CodeValidator.cs
- ActiveXHelper.cs
- ButtonChrome.cs
- CalendarDesigner.cs
- StyleHelper.cs
- APCustomTypeDescriptor.cs
- SchemaCollectionPreprocessor.cs
- ApplicationException.cs
- Path.cs
- DetectEofStream.cs
- ChangeTracker.cs
- SafePEFileHandle.cs
- TripleDES.cs
- Variable.cs
- DocumentViewer.cs
- ActiveXHelper.cs
- JsonEncodingStreamWrapper.cs
- autovalidator.cs
- SEHException.cs
- SimpleFileLog.cs
- CqlErrorHelper.cs
- HybridDictionary.cs
- TextReader.cs
- MonitoringDescriptionAttribute.cs
- ListControlConvertEventArgs.cs
- PersonalizationAdministration.cs
- DependentList.cs
- DataServiceException.cs
- WorkflowItemsPresenter.cs
- TagPrefixInfo.cs
- UrlPath.cs
- SmiEventSink_DeferedProcessing.cs
- LineGeometry.cs
- ActiveXHost.cs
- DeclarativeCatalogPartDesigner.cs
- PersistenceParticipant.cs
- SatelliteContractVersionAttribute.cs
- DynamicQueryableWrapper.cs
- KerberosSecurityTokenProvider.cs
- VirtualPath.cs
- ServiceDeploymentInfo.cs
- CharStorage.cs
- TextRangeAdaptor.cs
- SchemaComplexType.cs
- _AutoWebProxyScriptWrapper.cs
- BCryptHashAlgorithm.cs
- BuildManager.cs
- IPipelineRuntime.cs
- tabpagecollectioneditor.cs
- InvalidEnumArgumentException.cs
- OpenTypeLayoutCache.cs
- BooleanConverter.cs