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
- TextFormattingConverter.cs
- IPEndPoint.cs
- hresults.cs
- InputProviderSite.cs
- DataServiceQueryProvider.cs
- WebSysDisplayNameAttribute.cs
- GridEntry.cs
- DesignerAdapterUtil.cs
- HashCodeCombiner.cs
- DataColumnMappingCollection.cs
- WebFaultClientMessageInspector.cs
- BinaryNode.cs
- BuildProvider.cs
- GridLengthConverter.cs
- ContravarianceAdapter.cs
- MultipleViewPattern.cs
- Manipulation.cs
- ValueUnavailableException.cs
- DbProviderManifest.cs
- TreeNodeEventArgs.cs
- ArrayItemReference.cs
- ToolStripItemClickedEventArgs.cs
- Timeline.cs
- ChildTable.cs
- MultilineStringConverter.cs
- PolyQuadraticBezierSegment.cs
- ProfileInfo.cs
- hwndwrapper.cs
- TcpClientSocketManager.cs
- ScrollBarAutomationPeer.cs
- EdmSchemaError.cs
- SoapExtensionImporter.cs
- WebPartConnectionsEventArgs.cs
- VisualStyleTypesAndProperties.cs
- DefaultPropertyAttribute.cs
- WriteStateInfoBase.cs
- _LocalDataStore.cs
- X509Extension.cs
- ModelItemCollection.cs
- AtomMaterializerLog.cs
- ParseChildrenAsPropertiesAttribute.cs
- ChannelSinkStacks.cs
- UncommonField.cs
- GlyphManager.cs
- HttpRequestCacheValidator.cs
- DataSourceControlBuilder.cs
- InkCanvasFeedbackAdorner.cs
- webclient.cs
- BindingCollectionElement.cs
- MbpInfo.cs
- CqlIdentifiers.cs
- RouteUrlExpressionBuilder.cs
- TextParaLineResult.cs
- WebScriptEnablingBehavior.cs
- ColumnWidthChangingEvent.cs
- ScrollEvent.cs
- EntityDataSourceConfigureObjectContext.cs
- ISessionStateStore.cs
- PrinterResolution.cs
- WindowsListViewItemCheckBox.cs
- SapiInterop.cs
- XmlDictionaryReaderQuotas.cs
- MasterPageBuildProvider.cs
- ExtractorMetadata.cs
- CompilationSection.cs
- OdbcReferenceCollection.cs
- PhonemeConverter.cs
- XmlSchemaElement.cs
- Label.cs
- TimeSpanStorage.cs
- ConfigurationValues.cs
- CellConstant.cs
- ToolStripOverflowButton.cs
- PerfCounters.cs
- PropertyGridDesigner.cs
- mediaeventshelper.cs
- SkewTransform.cs
- XmlUnspecifiedAttribute.cs
- IncomingWebRequestContext.cs
- Light.cs
- UTF32Encoding.cs
- InstanceLockQueryResult.cs
- Material.cs
- GenericAuthenticationEventArgs.cs
- AspProxy.cs
- CodeSnippetExpression.cs
- WinFormsSpinner.cs
- CharConverter.cs
- RectangleGeometry.cs
- UIElement.cs
- ConstraintCollection.cs
- QuotedPairReader.cs
- UnsafeNativeMethodsTablet.cs
- Environment.cs
- DrawingBrush.cs
- WindowsGraphics2.cs
- ISAPIRuntime.cs
- IssuedTokenParametersEndpointAddressElement.cs
- Ref.cs
- SafeNativeMemoryHandle.cs