Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / WF / RunTime / Tracking / ExtractCollection.cs / 1305376 / ExtractCollection.cs
using System; using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Text; using System.Xml; using System.Xml.Schema; using System.IO; using System.Reflection; using System.Diagnostics; using System.Runtime.Serialization; using System.Security.Permissions; using System.Globalization; //using System.Workflow.Activities; using System.Workflow.ComponentModel; using System.Workflow.Runtime; using System.Workflow.Runtime.Hosting; using Hosting = System.Workflow.Runtime.Hosting; namespace System.Workflow.Runtime.Tracking { ////// Used by TrackPoint to hold Extracts. /// [Serializable] public class ExtractCollection : List{ public ExtractCollection() { } public ExtractCollection(IEnumerable extracts) { // // Not using the IEnumerable constructor on the base List so that we can check for null. // The code behind AddRange doesn't appear to have a significant perf // overhead compared to the IEnumerable constructor if the list is empty // (which it will always be at this point). if (null == extracts) throw new ArgumentNullException("extracts"); AddRange(extracts); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. using System; using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Text; using System.Xml; using System.Xml.Schema; using System.IO; using System.Reflection; using System.Diagnostics; using System.Runtime.Serialization; using System.Security.Permissions; using System.Globalization; //using System.Workflow.Activities; using System.Workflow.ComponentModel; using System.Workflow.Runtime; using System.Workflow.Runtime.Hosting; using Hosting = System.Workflow.Runtime.Hosting; namespace System.Workflow.Runtime.Tracking { /// /// Used by TrackPoint to hold Extracts. /// [Serializable] public class ExtractCollection : List{ public ExtractCollection() { } public ExtractCollection(IEnumerable extracts) { // // Not using the IEnumerable constructor on the base List so that we can check for null. // The code behind AddRange doesn't appear to have a significant perf // overhead compared to the IEnumerable constructor if the list is empty // (which it will always be at this point). if (null == extracts) throw new ArgumentNullException("extracts"); AddRange(extracts); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- XmlComplianceUtil.cs
- Viewport2DVisual3D.cs
- WebBrowserProgressChangedEventHandler.cs
- KerberosSecurityTokenProvider.cs
- BoolExpressionVisitors.cs
- CancelEventArgs.cs
- __ConsoleStream.cs
- DataBindingCollection.cs
- ThemeDirectoryCompiler.cs
- XPathNodeHelper.cs
- DataGridPreparingCellForEditEventArgs.cs
- Verify.cs
- ReadOnlyPropertyMetadata.cs
- MetadataArtifactLoaderComposite.cs
- SafeNativeMethods.cs
- SimpleBitVector32.cs
- SettingsBase.cs
- PipelineDeploymentState.cs
- PageParserFilter.cs
- IndentedWriter.cs
- RawStylusActions.cs
- _Semaphore.cs
- LayoutEvent.cs
- BatchStream.cs
- WinFormsUtils.cs
- InstancePersistence.cs
- CompositeCollectionView.cs
- FontStretchConverter.cs
- SqlStatistics.cs
- SendKeys.cs
- HtmlTernaryTree.cs
- ColorMatrix.cs
- GridViewHeaderRowPresenter.cs
- EntityModelBuildProvider.cs
- PerformanceCounterLib.cs
- RightsManagementErrorHandler.cs
- DPCustomTypeDescriptor.cs
- PropertyCondition.cs
- MemberHolder.cs
- Message.cs
- HandleCollector.cs
- TextRange.cs
- X509ScopedServiceCertificateElement.cs
- CSharpCodeProvider.cs
- DescendantBaseQuery.cs
- GetPageNumberCompletedEventArgs.cs
- AuthorizationRuleCollection.cs
- TextDpi.cs
- OledbConnectionStringbuilder.cs
- HwndTarget.cs
- ControlFilterExpression.cs
- TextChangedEventArgs.cs
- ProcessingInstructionAction.cs
- ControlBuilder.cs
- MimePart.cs
- SharedHttpTransportManager.cs
- RSACryptoServiceProvider.cs
- SoapInteropTypes.cs
- TextEncodedRawTextWriter.cs
- WindowsGraphics2.cs
- sqlcontext.cs
- RTTypeWrapper.cs
- DrawingBrush.cs
- ApplyImportsAction.cs
- LocalizabilityAttribute.cs
- TerminatorSinks.cs
- QueryContinueDragEvent.cs
- EmissiveMaterial.cs
- PenCursorManager.cs
- RegexWorker.cs
- ExitEventArgs.cs
- UpdatePanelTriggerCollection.cs
- CodeAttributeArgumentCollection.cs
- MaskInputRejectedEventArgs.cs
- CachedFontFamily.cs
- SqlClientMetaDataCollectionNames.cs
- SmiSettersStream.cs
- TextComposition.cs
- FastEncoderStatics.cs
- DesignerCommandSet.cs
- TextRunCache.cs
- xml.cs
- Query.cs
- RadioButtonStandardAdapter.cs
- PrivateUnsafeNativeCompoundFileMethods.cs
- NodeLabelEditEvent.cs
- RequestDescription.cs
- SizeF.cs
- StyleSelector.cs
- ConsoleTraceListener.cs
- EncodingDataItem.cs
- HttpCapabilitiesSectionHandler.cs
- RectAnimationBase.cs
- UmAlQuraCalendar.cs
- TlsnegoTokenAuthenticator.cs
- AppDomainUnloadedException.cs
- LostFocusEventManager.cs
- VarRemapper.cs
- LexicalChunk.cs
- SafeTokenHandle.cs