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
- ControlCodeDomSerializer.cs
- FixedStringLookup.cs
- EventDescriptor.cs
- Oid.cs
- XsltLoader.cs
- ProcessHost.cs
- XamlTypeMapper.cs
- WindowsSlider.cs
- CacheAxisQuery.cs
- New.cs
- XmlCustomFormatter.cs
- DataTransferEventArgs.cs
- CodeCastExpression.cs
- ExeConfigurationFileMap.cs
- ImageClickEventArgs.cs
- Delay.cs
- Int64Storage.cs
- X509Chain.cs
- WinInetCache.cs
- ImageBrush.cs
- CompoundFileStorageReference.cs
- CompilerGeneratedAttribute.cs
- DropShadowEffect.cs
- TranslateTransform3D.cs
- WriterOutput.cs
- XpsImageSerializationService.cs
- UndirectedGraph.cs
- MaskedTextProvider.cs
- OracleConnectionStringBuilder.cs
- XmlAtomicValue.cs
- documentsequencetextview.cs
- PreviewPrintController.cs
- Literal.cs
- WebPartPersonalization.cs
- KeyGestureValueSerializer.cs
- Wrapper.cs
- MetaData.cs
- ASCIIEncoding.cs
- WebPartMinimizeVerb.cs
- LinqDataSourceHelper.cs
- TreeNodeEventArgs.cs
- GridEntry.cs
- Thickness.cs
- TabControl.cs
- EventLogEntry.cs
- SamlSecurityTokenAuthenticator.cs
- DesignTimeData.cs
- ErrorReporting.cs
- Memoizer.cs
- ExpressionPrefixAttribute.cs
- ArrayItemReference.cs
- cache.cs
- TargetPerspective.cs
- ExtendedPropertyCollection.cs
- ElementHost.cs
- ScrollBar.cs
- PerformanceCounterCategory.cs
- Pair.cs
- Animatable.cs
- SegmentInfo.cs
- ContentHostHelper.cs
- UTF7Encoding.cs
- WebPartPersonalization.cs
- ListenerElementsCollection.cs
- _AuthenticationState.cs
- StickyNote.cs
- Image.cs
- HtmlTextViewAdapter.cs
- XPathSelfQuery.cs
- FlowDocumentScrollViewerAutomationPeer.cs
- DataGridTextBoxColumn.cs
- EUCJPEncoding.cs
- CodePageUtils.cs
- WmfPlaceableFileHeader.cs
- GeneralTransform3D.cs
- ViewBase.cs
- FormsAuthenticationCredentials.cs
- RequestUriProcessor.cs
- PageVisual.cs
- GenerateHelper.cs
- SmtpFailedRecipientsException.cs
- DeviceSpecificDesigner.cs
- SystemResources.cs
- ToolStripTextBox.cs
- GetWinFXPath.cs
- SplineKeyFrames.cs
- FixedSOMGroup.cs
- Int32RectConverter.cs
- Expression.cs
- BlockCollection.cs
- DeviceContexts.cs
- SelectionHighlightInfo.cs
- RijndaelCryptoServiceProvider.cs
- CodeDomConfigurationHandler.cs
- ExtensionSurface.cs
- ToggleProviderWrapper.cs
- SafeNativeMethods.cs
- ToolStripLocationCancelEventArgs.cs
- OleDbReferenceCollection.cs
- ObjectNavigationPropertyMapping.cs