Code:
/ WCF / WCF / 3.5.30729.1 / untmp / Orcas / SP / ndp / cdf / src / WCF / ServiceModel / System / ServiceModel / Description / MessagePropertyDescriptionCollection.cs / 1 / MessagePropertyDescriptionCollection.cs
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------- namespace System.ServiceModel.Description { using System; using System.ServiceModel.Channels; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Xml; using System.Runtime.Serialization; public class MessagePropertyDescriptionCollection : KeyedCollection{ internal MessagePropertyDescriptionCollection() : base(null, 4) { } protected override string GetKeyForItem(MessagePropertyDescription item) { return item.Name; } } } // 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
- FixUpCollection.cs
- ConfigurationFileMap.cs
- StylusShape.cs
- StorageScalarPropertyMapping.cs
- CmsUtils.cs
- Dispatcher.cs
- FieldMetadata.cs
- ColumnResizeUndoUnit.cs
- ItemMap.cs
- SerializationObjectManager.cs
- CacheOutputQuery.cs
- MutableAssemblyCacheEntry.cs
- CodeEntryPointMethod.cs
- TogglePatternIdentifiers.cs
- DataGridColumn.cs
- HttpCacheParams.cs
- BevelBitmapEffect.cs
- OleDbErrorCollection.cs
- EventLogger.cs
- MembershipUser.cs
- SQLDoubleStorage.cs
- XhtmlBasicSelectionListAdapter.cs
- DataSourceControlBuilder.cs
- ButtonRenderer.cs
- SafeMarshalContext.cs
- WindowsListViewItemStartMenu.cs
- PolyLineSegment.cs
- ParameterEditorUserControl.cs
- ModelTreeEnumerator.cs
- DataListCommandEventArgs.cs
- DependencyObjectType.cs
- ButtonColumn.cs
- BitmapEffectCollection.cs
- WebBrowser.cs
- DictionaryBase.cs
- COM2PictureConverter.cs
- TextProviderWrapper.cs
- ProviderCollection.cs
- WeakHashtable.cs
- PreviewKeyDownEventArgs.cs
- LogEntryHeaderDeserializer.cs
- CodeIdentifiers.cs
- OperatingSystemVersionCheck.cs
- BufferedMessageData.cs
- DesignerPerfEventProvider.cs
- FindSimilarActivitiesVerb.cs
- SoapExtension.cs
- WebPartDisplayModeCancelEventArgs.cs
- DesignerSerializationVisibilityAttribute.cs
- uribuilder.cs
- SystemNetworkInterface.cs
- XamlClipboardData.cs
- Assembly.cs
- FacetDescriptionElement.cs
- StrokeCollectionDefaultValueFactory.cs
- RowBinding.cs
- ColumnCollection.cs
- VisualStateManager.cs
- OdbcFactory.cs
- EDesignUtil.cs
- HttpModuleActionCollection.cs
- SqlUserDefinedTypeAttribute.cs
- TypographyProperties.cs
- ParseNumbers.cs
- DrawingAttributeSerializer.cs
- CSharpCodeProvider.cs
- RelativeSource.cs
- connectionpool.cs
- MetadataUtilsSmi.cs
- XmlParser.cs
- ProgressBarRenderer.cs
- ButtonChrome.cs
- ForwardPositionQuery.cs
- DrawTreeNodeEventArgs.cs
- SchemaTableColumn.cs
- GAC.cs
- OutOfMemoryException.cs
- HiddenField.cs
- Attribute.cs
- TextBoxAutoCompleteSourceConverter.cs
- Transactions.cs
- BufferedGraphicsContext.cs
- HexParser.cs
- Bitmap.cs
- BamlLocalizer.cs
- NameScope.cs
- WindowsIPAddress.cs
- SiteIdentityPermission.cs
- HttpFormatExtensions.cs
- RenderContext.cs
- SafeLibraryHandle.cs
- SettingsPropertyNotFoundException.cs
- XmlSchemaExternal.cs
- CalendarAutomationPeer.cs
- HttpCapabilitiesSectionHandler.cs
- CodeArrayIndexerExpression.cs
- ThumbAutomationPeer.cs
- ArgumentNullException.cs
- _SSPIWrapper.cs
- ZipIOLocalFileDataDescriptor.cs