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
- InstanceOwner.cs
- WebPartVerbCollection.cs
- DataPager.cs
- StorageRoot.cs
- HostedBindingBehavior.cs
- RelOps.cs
- MdImport.cs
- DataControlImageButton.cs
- HtmlAnchor.cs
- MarshalByValueComponent.cs
- HtmlWindow.cs
- HostedBindingBehavior.cs
- MimeImporter.cs
- CreateParams.cs
- LineMetrics.cs
- WeakEventManager.cs
- OutgoingWebResponseContext.cs
- HybridDictionary.cs
- LayoutSettings.cs
- TreeIterator.cs
- ContextMenuStrip.cs
- DefaultShape.cs
- TableAdapterManagerMethodGenerator.cs
- ConditionalAttribute.cs
- Renderer.cs
- XmlAnyElementAttributes.cs
- DataGridColumnEventArgs.cs
- NavigationService.cs
- SqlDataSourceTableQuery.cs
- ImageListStreamer.cs
- NumericUpDownAcceleration.cs
- WebBrowserProgressChangedEventHandler.cs
- LeaseManager.cs
- Action.cs
- AuthorizationRuleCollection.cs
- QilGenerator.cs
- PrivateFontCollection.cs
- DbParameterCollection.cs
- WebColorConverter.cs
- SmtpAuthenticationManager.cs
- ServiceAuthorizationElement.cs
- IntAverageAggregationOperator.cs
- LinkLabel.cs
- Config.cs
- BuildManager.cs
- SqlVisitor.cs
- ACL.cs
- PrivilegeNotHeldException.cs
- Message.cs
- ConditionalAttribute.cs
- DataServiceQuery.cs
- Array.cs
- ELinqQueryState.cs
- WebEventCodes.cs
- InputLanguageManager.cs
- ProfilePropertyMetadata.cs
- ControlParameter.cs
- PrimaryKeyTypeConverter.cs
- LiteralControl.cs
- AxisAngleRotation3D.cs
- FunctionNode.cs
- XmlWrappingReader.cs
- TableAutomationPeer.cs
- ILGenerator.cs
- LinearGradientBrush.cs
- BindingContext.cs
- OutputCacheProfileCollection.cs
- mda.cs
- TemplateField.cs
- DesignerActionListCollection.cs
- ReadWriteObjectLock.cs
- ListenDesigner.cs
- DrawingState.cs
- MediaPlayerState.cs
- PKCS1MaskGenerationMethod.cs
- FileLogRecordStream.cs
- DrawingBrush.cs
- Stroke.cs
- BamlLocalizer.cs
- FormViewUpdatedEventArgs.cs
- WebConfigurationHost.cs
- ControlEvent.cs
- AssemblyResourceLoader.cs
- SchemaNotation.cs
- TreeNodeStyle.cs
- TextSelectionHelper.cs
- EncryptedType.cs
- MenuItemCollectionEditorDialog.cs
- ACE.cs
- AdornedElementPlaceholder.cs
- FixedBufferAttribute.cs
- SelectionListDesigner.cs
- HitTestFilterBehavior.cs
- TextBox.cs
- ProfileServiceManager.cs
- AlignmentXValidation.cs
- PropertyChangedEventManager.cs
- OneOfScalarConst.cs
- ArraySubsetEnumerator.cs
- DataRecordInternal.cs