Code:
/ 4.0 / 4.0 / 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.] ///// 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
- SqlDataSourceSelectingEventArgs.cs
- WebPermission.cs
- WebPartZoneAutoFormat.cs
- ApplicationTrust.cs
- WebEventTraceProvider.cs
- base64Transforms.cs
- ParameterSubsegment.cs
- SafeEventHandle.cs
- RunClient.cs
- SafeViewOfFileHandle.cs
- PriorityBindingExpression.cs
- InputScopeConverter.cs
- XmlSchemaObject.cs
- SafeRightsManagementEnvironmentHandle.cs
- BitmapInitialize.cs
- ConnectorSelectionGlyph.cs
- KeySpline.cs
- Point3DConverter.cs
- ComponentChangingEvent.cs
- DataSourceView.cs
- DCSafeHandle.cs
- RuntimeComponentFilter.cs
- XmlSchemaFacet.cs
- OdbcConnectionOpen.cs
- Triplet.cs
- DataGridViewBindingCompleteEventArgs.cs
- DbDataReader.cs
- ApplicationFileParser.cs
- MarginsConverter.cs
- SapiInterop.cs
- EntityDataSource.cs
- DbConnectionPoolOptions.cs
- PreviewPageInfo.cs
- ImageListStreamer.cs
- IISUnsafeMethods.cs
- InvalidAsynchronousStateException.cs
- ZipIOLocalFileDataDescriptor.cs
- CornerRadius.cs
- WSSecurityOneDotOneReceiveSecurityHeader.cs
- HtmlInputFile.cs
- AutomationPatternInfo.cs
- ListenerElementsCollection.cs
- SessionSwitchEventArgs.cs
- WindowInteractionStateTracker.cs
- RSAPKCS1KeyExchangeFormatter.cs
- SqlUDTStorage.cs
- MetadataSource.cs
- CustomError.cs
- ServerProtocol.cs
- StdRegProviderWrapper.cs
- SuppressMessageAttribute.cs
- SelectingProviderEventArgs.cs
- Registry.cs
- ConfigUtil.cs
- RouteCollection.cs
- JsonClassDataContract.cs
- EventMappingSettings.cs
- AspNetCompatibilityRequirementsMode.cs
- RowBinding.cs
- SlipBehavior.cs
- EraserBehavior.cs
- WebPartTransformer.cs
- NativeMethods.cs
- ObjectTag.cs
- BodyGlyph.cs
- RoleGroupCollection.cs
- ProtocolsConfigurationHandler.cs
- handlecollector.cs
- TransformationRules.cs
- SingleStorage.cs
- RouteParameter.cs
- ChtmlTextWriter.cs
- SiteMapProvider.cs
- VisualStyleRenderer.cs
- TextSearch.cs
- Interfaces.cs
- CompilerState.cs
- AnimationClock.cs
- Item.cs
- ExpressionTextBoxAutomationPeer.cs
- ColorContextHelper.cs
- BaseInfoTable.cs
- PersonalizationAdministration.cs
- ActiveXHelper.cs
- SynchronizedDispatch.cs
- ConsumerConnectionPointCollection.cs
- DummyDataSource.cs
- Context.cs
- WebBrowser.cs
- SignedXml.cs
- SqlDataReaderSmi.cs
- Symbol.cs
- BaseTreeIterator.cs
- PTManager.cs
- ToolboxDataAttribute.cs
- XmlHelper.cs
- ReflectTypeDescriptionProvider.cs
- ParallelEnumerableWrapper.cs
- DataFieldConverter.cs
- ResourceType.cs