Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / NetFx35 / System.ServiceModel.Web / System / UriTemplatePathPartiallyEquivalentSet.cs / 1 / UriTemplatePathPartiallyEquivalentSet.cs
//---------------------------------------------------------------- // Copyright (c) Microsoft Corporation. All rights reserved. //--------------------------------------------------------------- namespace System { using System.Collections.Generic; // This class was named UriTemplatePathEquivalentSet in the Orcas bits, where it used to // represent a set of uri templates, which are equivalent in thier path. The introduction // of terminal defaults, caused it to be no longer true; now it is representing a set // of templates, which are equivalent in their path till a certian point, which is stored // in the segmentsCount field. To highlight that fact the class was renamed as // UriTemplatePathPartiallyEquivalentSet. class UriTemplatePathPartiallyEquivalentSet { List> kvps; int segmentsCount; public UriTemplatePathPartiallyEquivalentSet(int segmentsCount) { this.segmentsCount = segmentsCount; this.kvps = new List >(); } public List > Items { get { return this.kvps; } } public int SegmentsCount { get { return this.segmentsCount; } } } } // 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
- SqlDataSourceSelectingEventArgs.cs
- GacUtil.cs
- ByteFacetDescriptionElement.cs
- MouseEventArgs.cs
- CompositeActivityTypeDescriptor.cs
- ErrorRuntimeConfig.cs
- PathSegment.cs
- DataGridCellEditEndingEventArgs.cs
- GridViewUpdatedEventArgs.cs
- FontInfo.cs
- VisualBasicHelper.cs
- EventProviderWriter.cs
- _SslSessionsCache.cs
- TransactionsSectionGroup.cs
- StickyNote.cs
- altserialization.cs
- VariantWrapper.cs
- RenderContext.cs
- ChtmlTextWriter.cs
- ObjectReferenceStack.cs
- ProxyWebPart.cs
- SqlDuplicator.cs
- AnnouncementSendsAsyncResult.cs
- Light.cs
- InheritanceContextChangedEventManager.cs
- TypeConverterAttribute.cs
- AttributeEmitter.cs
- UnsafeNetInfoNativeMethods.cs
- AnimatedTypeHelpers.cs
- AssociationEndMember.cs
- NameValuePermission.cs
- InputScopeManager.cs
- CapabilitiesUse.cs
- TypeRestriction.cs
- AdornerLayer.cs
- BehaviorEditorPart.cs
- WebPartDescription.cs
- InkSerializer.cs
- VolatileEnlistmentState.cs
- SrgsElement.cs
- xdrvalidator.cs
- ModuleBuilder.cs
- SchemaCollectionCompiler.cs
- namescope.cs
- PerformanceCounterScope.cs
- SByteConverter.cs
- TablePattern.cs
- RelationshipConverter.cs
- SmtpLoginAuthenticationModule.cs
- LockedHandleGlyph.cs
- ParserContext.cs
- BitmapDecoder.cs
- WeakReference.cs
- RegexRunnerFactory.cs
- TextElementAutomationPeer.cs
- StreamingContext.cs
- UnsafeNativeMethods.cs
- SessionStateModule.cs
- AtlasWeb.Designer.cs
- BindingUtils.cs
- MemberHolder.cs
- RealProxy.cs
- OperationFormatter.cs
- Int64AnimationBase.cs
- TimeSpanOrInfiniteConverter.cs
- QueryInterceptorAttribute.cs
- TimeZone.cs
- XPathMessageFilterElementCollection.cs
- Compiler.cs
- ResolveMatches11.cs
- InternalEnumValidator.cs
- GuidTagList.cs
- UnsafeNativeMethodsMilCoreApi.cs
- EUCJPEncoding.cs
- PropagatorResult.cs
- HtmlTableCell.cs
- CodeNamespaceImport.cs
- BitmapEffectDrawing.cs
- SingleObjectCollection.cs
- ColumnMap.cs
- MemberHolder.cs
- SyndicationSerializer.cs
- StringBlob.cs
- RemoveStoryboard.cs
- PerfProviderCollection.cs
- MethodToken.cs
- StrokeRenderer.cs
- ExceptionUtility.cs
- ResetableIterator.cs
- Span.cs
- mda.cs
- TableLayoutSettingsTypeConverter.cs
- EnumMember.cs
- MessagePartDescriptionCollection.cs
- SqlDataSourceCache.cs
- UniformGrid.cs
- SqlDataSourceCommandEventArgs.cs
- WorkerRequest.cs
- MSAANativeProvider.cs
- QilSortKey.cs