Code:
/ 4.0 / 4.0 / untmp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SafeLibraryHandle.cs
- ReflectionHelper.cs
- GridViewDeleteEventArgs.cs
- TraceListener.cs
- precedingquery.cs
- EpmContentDeSerializerBase.cs
- EnumerableWrapperWeakToStrong.cs
- BoundsDrawingContextWalker.cs
- DictionaryItemsCollection.cs
- MarkupCompilePass1.cs
- FixedTextSelectionProcessor.cs
- FontEmbeddingManager.cs
- SrgsSemanticInterpretationTag.cs
- BlockUIContainer.cs
- ReadOnlyDataSourceView.cs
- FontFaceLayoutInfo.cs
- MergePropertyDescriptor.cs
- DbConvert.cs
- Trace.cs
- StrokeNode.cs
- DBConnection.cs
- ParameterCollection.cs
- Matrix3DValueSerializer.cs
- FieldToken.cs
- HttpListener.cs
- GridViewDeleteEventArgs.cs
- UpdateTranslator.cs
- DefinitionBase.cs
- bidPrivateBase.cs
- HitTestFilterBehavior.cs
- PipelineModuleStepContainer.cs
- DrawingServices.cs
- NumericUpDown.cs
- XmlFormatReaderGenerator.cs
- Permission.cs
- GlobalItem.cs
- MetadataWorkspace.cs
- HttpModuleCollection.cs
- AsymmetricKeyExchangeDeformatter.cs
- TypefaceCollection.cs
- Point3DAnimationUsingKeyFrames.cs
- ResXFileRef.cs
- DrawToolTipEventArgs.cs
- AssemblyCollection.cs
- ScrollChrome.cs
- ViewValidator.cs
- _ConnectionGroup.cs
- IdleTimeoutMonitor.cs
- PointLightBase.cs
- BamlBinaryReader.cs
- Trace.cs
- QilIterator.cs
- ObjectPersistData.cs
- ResourceCategoryAttribute.cs
- WebServiceReceive.cs
- TreeViewBindingsEditorForm.cs
- xamlnodes.cs
- SpotLight.cs
- ObfuscationAttribute.cs
- TrackingMemoryStream.cs
- KnownBoxes.cs
- DesignerVerb.cs
- SessionEndingEventArgs.cs
- arclist.cs
- Pen.cs
- DoubleLinkListEnumerator.cs
- HttpDictionary.cs
- TextEffectResolver.cs
- OptionUsage.cs
- DataGridItemCollection.cs
- Resources.Designer.cs
- Effect.cs
- DeclarationUpdate.cs
- Mutex.cs
- DataKey.cs
- WindowsGraphics2.cs
- LinkLabelLinkClickedEvent.cs
- Receive.cs
- ResolvePPIDRequest.cs
- FormViewDeletedEventArgs.cs
- CornerRadiusConverter.cs
- WindowsAuthenticationEventArgs.cs
- TypeElement.cs
- FixUpCollection.cs
- ByteStack.cs
- WindowVisualStateTracker.cs
- TypeHelper.cs
- UriSectionReader.cs
- AuthenticationModulesSection.cs
- TextRangeEditTables.cs
- Int64Storage.cs
- CodeDOMProvider.cs
- DateTimeParse.cs
- FontStretches.cs
- BaseCodePageEncoding.cs
- PropertyEmitterBase.cs
- RelationshipWrapper.cs
- LogLogRecord.cs
- SmtpFailedRecipientsException.cs
- StringHandle.cs