Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Core / System / Linq / Parallel / Utils / Wrapper.cs / 1305376 / Wrapper.cs
// ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // Wrapper.cs // //[....] // // =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- namespace System.Linq.Parallel { ////// A struct to wrap any arbitrary object reference or struct. Used for situations /// where we can't tolerate null values (like keys for hashtables). /// ///internal struct Wrapper { internal T Value; internal Wrapper(T value) { this.Value = value; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // ==++== // // Copyright (c) Microsoft Corporation. All rights reserved. // // ==--== // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // Wrapper.cs // // [....] // // =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- namespace System.Linq.Parallel { ////// A struct to wrap any arbitrary object reference or struct. Used for situations /// where we can't tolerate null values (like keys for hashtables). /// ///internal struct Wrapper { internal T Value; internal Wrapper(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
- NetCodeGroup.cs
- HtmlInputImage.cs
- BitmapSource.cs
- FrameworkTemplate.cs
- PageBuildProvider.cs
- JavaScriptObjectDeserializer.cs
- DSASignatureFormatter.cs
- DataColumnPropertyDescriptor.cs
- SQLBytesStorage.cs
- ToolStripContainerDesigner.cs
- QilStrConcat.cs
- SmiContext.cs
- Substitution.cs
- RequestQueue.cs
- BitmapImage.cs
- GlobalDataBindingHandler.cs
- ImageMetadata.cs
- MinimizableAttributeTypeConverter.cs
- IdnMapping.cs
- WebPartConnectionsCancelEventArgs.cs
- ConfigurationValue.cs
- ExpressionWriter.cs
- BlobPersonalizationState.cs
- KnownTypesHelper.cs
- CodeGenerator.cs
- DoWhileDesigner.xaml.cs
- SQLMembershipProvider.cs
- Point3DConverter.cs
- XmlWhitespace.cs
- NodeFunctions.cs
- XsltLoader.cs
- ConnectionPoolManager.cs
- FrameworkElement.cs
- AuthenticationModulesSection.cs
- ComplexTypeEmitter.cs
- StringCollection.cs
- DataGridViewCellStyle.cs
- MenuEventArgs.cs
- HealthMonitoringSectionHelper.cs
- RotationValidation.cs
- SqlProviderServices.cs
- XmlSerializationReader.cs
- RefreshPropertiesAttribute.cs
- OleDbInfoMessageEvent.cs
- ZipIOLocalFileBlock.cs
- TextureBrush.cs
- OutputWindow.cs
- xamlnodes.cs
- WorkflowServiceHost.cs
- ActivationServices.cs
- ContentOperations.cs
- SafeSecurityHandles.cs
- ContainerAction.cs
- CurrentChangedEventManager.cs
- DataGridViewRowErrorTextNeededEventArgs.cs
- WindowsListViewGroupHelper.cs
- DetailsViewInsertEventArgs.cs
- WebPart.cs
- QueryContinueDragEventArgs.cs
- SizeValueSerializer.cs
- WpfKnownType.cs
- UdpContractFilterBehavior.cs
- COM2Enum.cs
- DataGridViewRowPrePaintEventArgs.cs
- OpenTypeMethods.cs
- Base64Decoder.cs
- MeasureData.cs
- MasterPageCodeDomTreeGenerator.cs
- Attributes.cs
- TextDecorationCollection.cs
- PageThemeParser.cs
- ComplexTypeEmitter.cs
- TextReturnReader.cs
- ManageRequest.cs
- ServerIdentity.cs
- PriorityRange.cs
- StoreAnnotationsMap.cs
- RegistryPermission.cs
- ThreadStartException.cs
- ImageButton.cs
- BindingValueChangedEventArgs.cs
- DependencyObjectType.cs
- oledbconnectionstring.cs
- WebBrowserContainer.cs
- EntityClassGenerator.cs
- EditorZone.cs
- ProfileSettings.cs
- Utility.cs
- SystemIPGlobalStatistics.cs
- PartialList.cs
- BaseCollection.cs
- SwitchElementsCollection.cs
- PolyBezierSegmentFigureLogic.cs
- DPTypeDescriptorContext.cs
- Function.cs
- SocketStream.cs
- VisualTransition.cs
- XmlNodeReader.cs
- MultiBindingExpression.cs
- TcpActivation.cs