Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Services / Web / System / Web / Services / Discovery / DiscoveryClientDocuments.cs / 1305376 / DiscoveryClientDocuments.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.Services.Discovery { using System.Collections; using System.Diagnostics; using System.Security.Permissions; using System.Globalization; ////// /// public sealed class DiscoveryClientDocumentCollection : DictionaryBase { ///[To be supplied.] ////// /// public object this[string url] { get { return Dictionary[url]; } set { Dictionary[url] = value; } } ///[To be supplied.] ////// /// public ICollection Keys { get { return Dictionary.Keys; } } ///[To be supplied.] ////// /// public ICollection Values { get { return Dictionary.Values; } } ///[To be supplied.] ////// /// public void Add(string url, object value) { Dictionary.Add(url, value); } ///[To be supplied.] ////// /// public bool Contains(string url) { return Dictionary.Contains(url); } ///[To be supplied.] ////// /// public void Remove(string url) { Dictionary.Remove(url); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DbProviderSpecificTypePropertyAttribute.cs
- HostProtectionException.cs
- FrameworkContentElementAutomationPeer.cs
- AutomationIdentifier.cs
- RelationshipEndMember.cs
- AbstractExpressions.cs
- Pen.cs
- ClientConfigPaths.cs
- LogicalExpr.cs
- CacheChildrenQuery.cs
- X509IssuerSerialKeyIdentifierClause.cs
- InteropEnvironment.cs
- SemaphoreSecurity.cs
- ImageDrawing.cs
- ConstraintManager.cs
- PhonemeConverter.cs
- DesignTimeParseData.cs
- RIPEMD160.cs
- AssertUtility.cs
- Literal.cs
- ComponentDispatcherThread.cs
- WebPartPersonalization.cs
- Baml2006KnownTypes.cs
- IFlowDocumentViewer.cs
- SqlDataSourceView.cs
- NamedPipeProcessProtocolHandler.cs
- ComponentTray.cs
- FamilyMap.cs
- ContentControl.cs
- DataContractSerializerSection.cs
- TreePrinter.cs
- HttpAsyncResult.cs
- MemberPathMap.cs
- DictionarySectionHandler.cs
- DynamicResourceExtensionConverter.cs
- RootBuilder.cs
- RectangleConverter.cs
- TextServicesPropertyRanges.cs
- OrderingQueryOperator.cs
- MsmqAuthenticationMode.cs
- GridItemPatternIdentifiers.cs
- GregorianCalendarHelper.cs
- DataObjectPastingEventArgs.cs
- ToolStripRenderer.cs
- IconBitmapDecoder.cs
- RotationValidation.cs
- objectquery_tresulttype.cs
- LongValidator.cs
- ClaimSet.cs
- TreeNodeBindingCollection.cs
- DbDataSourceEnumerator.cs
- ToolBarTray.cs
- EnvironmentPermission.cs
- _NegotiateClient.cs
- SyndicationItem.cs
- COMException.cs
- AdornerLayer.cs
- AmbientProperties.cs
- ListComponentEditorPage.cs
- ValidationError.cs
- FileEnumerator.cs
- UserNameSecurityTokenAuthenticator.cs
- InheritanceRules.cs
- GlobalizationAssembly.cs
- SQLGuidStorage.cs
- ListBoxItem.cs
- ImageListImage.cs
- SQLConvert.cs
- NumberFormatter.cs
- StoreContentChangedEventArgs.cs
- XmlReflectionMember.cs
- MethodSignatureGenerator.cs
- GacUtil.cs
- SecureConversationServiceElement.cs
- DropDownList.cs
- CustomValidator.cs
- RetrieveVirtualItemEventArgs.cs
- WmfPlaceableFileHeader.cs
- InvalidStoreProtectionKeyException.cs
- OleDbCommandBuilder.cs
- UnknownBitmapDecoder.cs
- QuerySettings.cs
- RectAnimationUsingKeyFrames.cs
- SchemaInfo.cs
- SqlParameter.cs
- ListViewGroupItemCollection.cs
- FastPropertyAccessor.cs
- TreeNode.cs
- CompiledRegexRunnerFactory.cs
- DrawingGroup.cs
- BindingRestrictions.cs
- ZipArchive.cs
- AuthenticationSection.cs
- WsatAdminException.cs
- LassoSelectionBehavior.cs
- TriggerAction.cs
- OdbcEnvironmentHandle.cs
- LinqDataSourceUpdateEventArgs.cs
- EdmPropertyAttribute.cs
- InputMethod.cs