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
- BaseParagraph.cs
- CharEntityEncoderFallback.cs
- ComponentResourceKeyConverter.cs
- CodeFieldReferenceExpression.cs
- ISessionStateStore.cs
- UriWriter.cs
- ExcCanonicalXml.cs
- SystemDiagnosticsSection.cs
- ParameterBinding.cs
- NetSectionGroup.cs
- RijndaelCryptoServiceProvider.cs
- storepermissionattribute.cs
- Grant.cs
- EpmContentSerializer.cs
- HMAC.cs
- ClientConvert.cs
- CompiledELinqQueryState.cs
- MgmtConfigurationRecord.cs
- TokenizerHelper.cs
- SqlWebEventProvider.cs
- SystemException.cs
- StubHelpers.cs
- Matrix3D.cs
- SqlReferenceCollection.cs
- SearchForVirtualItemEventArgs.cs
- ManagementDateTime.cs
- SchemaCreator.cs
- SingleObjectCollection.cs
- MetaForeignKeyColumn.cs
- IsolatedStorageException.cs
- ControlBuilder.cs
- ListItemParagraph.cs
- MulticastIPAddressInformationCollection.cs
- InvalidCommandTreeException.cs
- LayeredChannelFactory.cs
- SecurityTokenSerializer.cs
- BaseUriHelper.cs
- InvokeProviderWrapper.cs
- GridViewColumnHeaderAutomationPeer.cs
- TableCellAutomationPeer.cs
- SectionXmlInfo.cs
- BamlLocalizableResource.cs
- KnownBoxes.cs
- WebControlParameterProxy.cs
- RectangleGeometry.cs
- ZipIOExtraFieldPaddingElement.cs
- DecimalConverter.cs
- ResourceContainer.cs
- MessageQueueConverter.cs
- x509utils.cs
- IsolatedStorage.cs
- IssuedTokensHeader.cs
- Page.cs
- ResetableIterator.cs
- SliderAutomationPeer.cs
- httpstaticobjectscollection.cs
- baseshape.cs
- SqlBulkCopyColumnMapping.cs
- CachedCompositeFamily.cs
- XmlAggregates.cs
- TextDecorationUnitValidation.cs
- DesignerActionListCollection.cs
- XmlSchemaCollection.cs
- DataListItemCollection.cs
- Collection.cs
- HtmlForm.cs
- TCEAdapterGenerator.cs
- InternalPermissions.cs
- DataDocumentXPathNavigator.cs
- RepeatBehavior.cs
- StatusBarPanel.cs
- MetabaseServerConfig.cs
- ClientProxyGenerator.cs
- GroupDescription.cs
- SrgsDocument.cs
- ByteStreamMessageEncoder.cs
- WorkflowInstanceProvider.cs
- XmlSchemaSimpleContentExtension.cs
- TabRenderer.cs
- ProjectionPathBuilder.cs
- CustomAttributeFormatException.cs
- ArcSegment.cs
- HttpModule.cs
- RegexStringValidatorAttribute.cs
- FixedSOMContainer.cs
- XmlWriter.cs
- InputScopeAttribute.cs
- ResourceProviderFactory.cs
- GroupBoxRenderer.cs
- GPRECTF.cs
- ReflectionServiceProvider.cs
- SwitchAttribute.cs
- ParseHttpDate.cs
- DataGrid.cs
- ADConnectionHelper.cs
- LocatorManager.cs
- _KerberosClient.cs
- UniformGrid.cs
- LoadedOrUnloadedOperation.cs
- TextSpan.cs