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
- InvalidCastException.cs
- WebConvert.cs
- ThreadAttributes.cs
- RbTree.cs
- BinaryObjectWriter.cs
- Error.cs
- CurrentChangingEventManager.cs
- InsufficientMemoryException.cs
- StylusPointProperty.cs
- Resources.Designer.cs
- GridViewColumnHeaderAutomationPeer.cs
- StagingAreaInputItem.cs
- GenericXmlSecurityToken.cs
- ExpressionList.cs
- SystemIPInterfaceStatistics.cs
- ResourcePermissionBaseEntry.cs
- EntityCommandExecutionException.cs
- DebuggerService.cs
- MruCache.cs
- ModuleBuilderData.cs
- storepermissionattribute.cs
- X509Utils.cs
- XmlSchemaSimpleTypeList.cs
- TimeZoneInfo.cs
- UnsafeNativeMethods.cs
- XmlObjectSerializerReadContextComplex.cs
- DetailsViewInsertEventArgs.cs
- HeaderedContentControl.cs
- XmlDomTextWriter.cs
- TypeResolvingOptionsAttribute.cs
- SemaphoreSecurity.cs
- SecurityStateEncoder.cs
- ResourcesBuildProvider.cs
- MimeXmlReflector.cs
- InfoCardRSAOAEPKeyExchangeDeformatter.cs
- TextTreeTextNode.cs
- ReachPageContentSerializer.cs
- SourceSwitch.cs
- TransactionScope.cs
- PixelFormat.cs
- NextPreviousPagerField.cs
- Validator.cs
- XsltLoader.cs
- SafeNativeMethods.cs
- UriGenerator.cs
- PrinterSettings.cs
- ErrorWebPart.cs
- Compiler.cs
- MethodBuilderInstantiation.cs
- CaseInsensitiveComparer.cs
- InputLanguageCollection.cs
- QueryCacheEntry.cs
- HtmlLink.cs
- GeneratedCodeAttribute.cs
- PassportAuthenticationModule.cs
- ContentFilePart.cs
- PixelFormats.cs
- ToolboxSnapDragDropEventArgs.cs
- ScrollableControl.cs
- ClientFormsIdentity.cs
- ColumnHeader.cs
- BindToObject.cs
- SqlDataReaderSmi.cs
- FileUtil.cs
- BulletDecorator.cs
- WebPartConnectionsCancelEventArgs.cs
- UInt64Converter.cs
- ConfigurationProperty.cs
- DrawingState.cs
- InstanceView.cs
- StorageFunctionMapping.cs
- Rotation3DAnimationUsingKeyFrames.cs
- HandlerFactoryWrapper.cs
- CollectionDataContractAttribute.cs
- XmlUTF8TextWriter.cs
- PeerDefaultCustomResolverClient.cs
- CookieParameter.cs
- StylusPlugInCollection.cs
- DependencyProperty.cs
- LocatorManager.cs
- PropertyPathConverter.cs
- AlignmentXValidation.cs
- XmlSerializationReader.cs
- EntityDataSourceEntityTypeFilterConverter.cs
- SqlDataSourceAdvancedOptionsForm.cs
- TextProperties.cs
- ZipIOFileItemStream.cs
- CompatibleComparer.cs
- HotCommands.cs
- Maps.cs
- ApplicationServiceHelper.cs
- SqlFunctionAttribute.cs
- XmlSchemaAnnotation.cs
- ProjectionCamera.cs
- DbParameterCollectionHelper.cs
- ObjRef.cs
- QueryOutputWriterV1.cs
- TemplateGroupCollection.cs
- SafeFileMapViewHandle.cs
- RtfControls.cs