Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / NetFx40 / System.Activities / System / Activities / Statements / BookmarkTable.cs / 1305376 / BookmarkTable.cs
//---------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. //--------------------------------------------------------------- namespace System.Activities.Statements { using System; using System.Collections.Generic; using System.Runtime.Serialization; using System.Runtime; [DataContract] class BookmarkTable { //Number of bookmarks used internally static int tableSize = Enum.GetValues(typeof(CompensationBookmarkName)).Length; [DataMember] Bookmark[] bookmarkTable; public BookmarkTable() { this.bookmarkTable = new Bookmark[tableSize]; } public Bookmark this[CompensationBookmarkName bookmarkName] { get { return this.bookmarkTable[(int)bookmarkName]; } set { this.bookmarkTable[(int)bookmarkName] = 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
- ConnectionsZone.cs
- ScriptManagerProxy.cs
- InternalControlCollection.cs
- CertificateReferenceElement.cs
- XMLSchema.cs
- RowTypeElement.cs
- EndOfStreamException.cs
- FactoryGenerator.cs
- WindowsAuthenticationModule.cs
- TableItemStyle.cs
- SrgsElement.cs
- SettingsPropertyWrongTypeException.cs
- SqlTransaction.cs
- DataBoundLiteralControl.cs
- XmlLanguageConverter.cs
- TimeSpanMinutesConverter.cs
- XmlNotation.cs
- FileDialog_Vista.cs
- HandlerFactoryCache.cs
- TabPageDesigner.cs
- MethodBuilder.cs
- KeyedPriorityQueue.cs
- x509utils.cs
- BitConverter.cs
- SslStreamSecurityBindingElement.cs
- PropertyGridEditorPart.cs
- EditBehavior.cs
- CollectionBase.cs
- AesManaged.cs
- GridItem.cs
- ScalarType.cs
- ItemDragEvent.cs
- AttachedPropertyMethodSelector.cs
- SmtpMail.cs
- VirtualizingStackPanel.cs
- FeatureAttribute.cs
- _AutoWebProxyScriptWrapper.cs
- PreApplicationStartMethodAttribute.cs
- FileDialog_Vista.cs
- SystemColorTracker.cs
- nulltextnavigator.cs
- TrustManagerPromptUI.cs
- ConstraintConverter.cs
- ActivityTypeCodeDomSerializer.cs
- MessageSmuggler.cs
- IPAddress.cs
- RadioButtonFlatAdapter.cs
- RowsCopiedEventArgs.cs
- BinaryObjectReader.cs
- XmlCustomFormatter.cs
- ExtensionQuery.cs
- IgnoreFlushAndCloseStream.cs
- InternalPolicyElement.cs
- FileLevelControlBuilderAttribute.cs
- CodeObjectCreateExpression.cs
- ContainerSelectorActiveEvent.cs
- WriteFileContext.cs
- RelationshipNavigation.cs
- CanonicalizationDriver.cs
- Internal.cs
- DbCommandDefinition.cs
- UriTemplatePathSegment.cs
- DerivedKeyCachingSecurityTokenSerializer.cs
- ToolStripDropDownItem.cs
- EditorZoneBase.cs
- TextTreeRootTextBlock.cs
- HWStack.cs
- MethodImplAttribute.cs
- DependencyPropertyDescriptor.cs
- FacetChecker.cs
- tibetanshape.cs
- RSAProtectedConfigurationProvider.cs
- CompleteWizardStep.cs
- SafeRightsManagementQueryHandle.cs
- XmlFormatExtensionAttribute.cs
- ValidatedControlConverter.cs
- PropertyChangedEventManager.cs
- DataSvcMapFile.cs
- BitmapCacheBrush.cs
- TimelineGroup.cs
- DataSetFieldSchema.cs
- EditingCoordinator.cs
- AnnotationHelper.cs
- TreeSet.cs
- CodeDelegateCreateExpression.cs
- MouseWheelEventArgs.cs
- ColorKeyFrameCollection.cs
- FlowDocumentPage.cs
- MarshalByRefObject.cs
- DefaultPropertyAttribute.cs
- HttpBindingExtension.cs
- XpsFilter.cs
- RuntimeConfigLKG.cs
- Properties.cs
- TabControlCancelEvent.cs
- UserControl.cs
- CodeGeneratorOptions.cs
- Brushes.cs
- BaseAppDomainProtocolHandler.cs
- WindowsListViewItem.cs