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
- ReachUIElementCollectionSerializer.cs
- ScriptDescriptor.cs
- SkewTransform.cs
- PenThreadWorker.cs
- XmlnsDefinitionAttribute.cs
- RenderData.cs
- SafeCryptHandles.cs
- ValuePatternIdentifiers.cs
- AlternateViewCollection.cs
- OracleNumber.cs
- coordinatorscratchpad.cs
- RuleInfoComparer.cs
- SchemaImporterExtensionElementCollection.cs
- X509Certificate.cs
- PenLineJoinValidation.cs
- CryptoProvider.cs
- XmlSchemaException.cs
- EmptyReadOnlyDictionaryInternal.cs
- DependencyPropertyDescriptor.cs
- PointLight.cs
- AttachmentService.cs
- MessageBox.cs
- Pts.cs
- XmlSecureResolver.cs
- SerializationSectionGroup.cs
- DataRecord.cs
- AttachedPropertyBrowsableForChildrenAttribute.cs
- DocumentXmlWriter.cs
- SmtpClient.cs
- RoutedCommand.cs
- SrgsItemList.cs
- DataGridItemAttachedStorage.cs
- CachedCompositeFamily.cs
- ToolBar.cs
- _WebProxyDataBuilder.cs
- FixUp.cs
- GPRECTF.cs
- ProfileGroupSettings.cs
- ComplexBindingPropertiesAttribute.cs
- TargetInvocationException.cs
- LZCodec.cs
- PasswordTextContainer.cs
- UIElement3DAutomationPeer.cs
- SQlBooleanStorage.cs
- HMACSHA256.cs
- XmlDocument.cs
- HandleInitializationContext.cs
- GenericWebPart.cs
- TraceSection.cs
- Misc.cs
- RunWorkerCompletedEventArgs.cs
- BulletedList.cs
- TreeNodeConverter.cs
- Baml6Assembly.cs
- PersonalizableTypeEntry.cs
- ExcCanonicalXml.cs
- SerializationHelper.cs
- ArglessEventHandlerProxy.cs
- DataGridViewCellMouseEventArgs.cs
- ChildTable.cs
- XmlAttributeOverrides.cs
- BufferBuilder.cs
- AvTraceDetails.cs
- SoapFault.cs
- SQLUtility.cs
- CellNormalizer.cs
- SiteMapHierarchicalDataSourceView.cs
- ListViewGroupCollectionEditor.cs
- PasswordRecovery.cs
- ContractCodeDomInfo.cs
- MLangCodePageEncoding.cs
- DataListItemEventArgs.cs
- XmlSchemas.cs
- SwitchLevelAttribute.cs
- DbParameterCollection.cs
- MSG.cs
- RequestSecurityToken.cs
- WebRequestModuleElementCollection.cs
- ListView.cs
- ListParagraph.cs
- DeviceContexts.cs
- DataGridRow.cs
- FreezableCollection.cs
- SQLInt16.cs
- WebPartMenu.cs
- UnicastIPAddressInformationCollection.cs
- ComEventsMethod.cs
- ProcessProtocolHandler.cs
- XmlSortKey.cs
- unsafeIndexingFilterStream.cs
- HttpWebRequestElement.cs
- PolyLineSegmentFigureLogic.cs
- PrivacyNoticeBindingElement.cs
- PrivilegeNotHeldException.cs
- DataRowCollection.cs
- xmlsaver.cs
- VisualTreeHelper.cs
- unitconverter.cs
- TableRowCollection.cs
- ClientBuildManager.cs