Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / WF / RunTime / Tracking / TrackPointCollection.cs / 1305376 / TrackPointCollection.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 TrackingProfile to hold ActivityTrackPoints. /// [Serializable] public class ActivityTrackPointCollection : List{ public ActivityTrackPointCollection() { } public ActivityTrackPointCollection(IEnumerable points) { // // 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 == points) throw new ArgumentNullException("points"); AddRange(points); } } /// /// Used by TrackingProfile to hold UserTrackPoints. /// [Serializable] public class UserTrackPointCollection : List{ public UserTrackPointCollection() { } public UserTrackPointCollection(IEnumerable points) { // // 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 == points) throw new ArgumentNullException("points"); AddRange(points); } } /// /// Used by TrackingProfile to hold ActivityTrackPoints. /// [Serializable] public class WorkflowTrackPointCollection : List{ public WorkflowTrackPointCollection() { } public WorkflowTrackPointCollection(IEnumerable points) { // // 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 == points) throw new ArgumentNullException("points"); AddRange(points); } } } // 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 TrackingProfile to hold ActivityTrackPoints. /// [Serializable] public class ActivityTrackPointCollection : List{ public ActivityTrackPointCollection() { } public ActivityTrackPointCollection(IEnumerable points) { // // 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 == points) throw new ArgumentNullException("points"); AddRange(points); } } /// /// Used by TrackingProfile to hold UserTrackPoints. /// [Serializable] public class UserTrackPointCollection : List{ public UserTrackPointCollection() { } public UserTrackPointCollection(IEnumerable points) { // // 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 == points) throw new ArgumentNullException("points"); AddRange(points); } } /// /// Used by TrackingProfile to hold ActivityTrackPoints. /// [Serializable] public class WorkflowTrackPointCollection : List{ public WorkflowTrackPointCollection() { } public WorkflowTrackPointCollection(IEnumerable points) { // // 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 == points) throw new ArgumentNullException("points"); AddRange(points); } } } // 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
- CannotUnloadAppDomainException.cs
- _Rfc2616CacheValidators.cs
- Literal.cs
- ManagedWndProcTracker.cs
- ServiceOperationWrapper.cs
- MD5CryptoServiceProvider.cs
- ProcessModuleCollection.cs
- XmlFileEditor.cs
- NumberFunctions.cs
- MutexSecurity.cs
- TypeDescriptor.cs
- Propagator.ExtentPlaceholderCreator.cs
- DetailsViewInsertEventArgs.cs
- SoapReflectionImporter.cs
- Pens.cs
- RecommendedAsConfigurableAttribute.cs
- SafeHandles.cs
- InkCanvasAutomationPeer.cs
- MergablePropertyAttribute.cs
- ListViewSelectEventArgs.cs
- DependencySource.cs
- VectorKeyFrameCollection.cs
- WebPartUserCapability.cs
- SqlUserDefinedAggregateAttribute.cs
- UnionCodeGroup.cs
- ReadOnlyPermissionSet.cs
- WmlTextBoxAdapter.cs
- BatchServiceHost.cs
- MultiBinding.cs
- PropertySourceInfo.cs
- ConsumerConnectionPointCollection.cs
- ResolveDuplexAsyncResult.cs
- Dispatcher.cs
- SQLConvert.cs
- ObjectTypeMapping.cs
- DbInsertCommandTree.cs
- ExpressionBindingsDialog.cs
- loginstatus.cs
- DXD.cs
- Binding.cs
- GraphicsContext.cs
- ToolboxBitmapAttribute.cs
- ScrollData.cs
- ConnectionStringsExpressionBuilder.cs
- FocusWithinProperty.cs
- VisualProxy.cs
- SpeakInfo.cs
- TextElement.cs
- WebBrowserPermission.cs
- TimelineCollection.cs
- ProbeMatchesMessage11.cs
- SignatureToken.cs
- VectorAnimationBase.cs
- ReachDocumentPageSerializerAsync.cs
- XmlCharCheckingWriter.cs
- DataControlPagerLinkButton.cs
- IntranetCredentialPolicy.cs
- ContextMenu.cs
- Html32TextWriter.cs
- TimeoutHelper.cs
- SQLDecimalStorage.cs
- SqlDataRecord.cs
- FileLoadException.cs
- Win32KeyboardDevice.cs
- ToolStripDropDown.cs
- ToolTipService.cs
- CompModSwitches.cs
- ObjectReaderCompiler.cs
- SSmlParser.cs
- BamlLocalizer.cs
- Literal.cs
- CodeCompiler.cs
- PlatformCulture.cs
- SwitchLevelAttribute.cs
- CommentAction.cs
- ExternalCalls.cs
- PackageStore.cs
- HashRepartitionStream.cs
- DataGridViewCheckBoxColumn.cs
- ByteRangeDownloader.cs
- ObjectDisposedException.cs
- TransformConverter.cs
- GeometryHitTestResult.cs
- DPAPIProtectedConfigurationProvider.cs
- IIS7UserPrincipal.cs
- HybridDictionary.cs
- X509AsymmetricSecurityKey.cs
- ActiveXSite.cs
- SoapReflectionImporter.cs
- GeneralTransform3DGroup.cs
- COMException.cs
- Double.cs
- ErrorFormatterPage.cs
- ToolStripSplitButton.cs
- SqlDataSourceQuery.cs
- SupportsEventValidationAttribute.cs
- MsmqInputChannel.cs
- TraceContextEventArgs.cs
- WhitespaceRule.cs
- LoginCancelEventArgs.cs