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
- SQLDouble.cs
- TypeHelper.cs
- IgnoreDeviceFilterElement.cs
- TreeNode.cs
- ZoneLinkButton.cs
- EncodingInfo.cs
- ToolBarPanel.cs
- SimpleTypeResolver.cs
- FontStyles.cs
- TemplateKeyConverter.cs
- FontFamily.cs
- OrderedHashRepartitionEnumerator.cs
- XmlCharType.cs
- Command.cs
- Stylus.cs
- NavigationProperty.cs
- HandlerFactoryWrapper.cs
- ObjectListDataBindEventArgs.cs
- ProtocolImporter.cs
- DragEvent.cs
- ToggleButton.cs
- XmlNode.cs
- BitmapEffectGeneralTransform.cs
- ISessionStateStore.cs
- EntityDataSourceEntityTypeFilterConverter.cs
- _CommandStream.cs
- EastAsianLunisolarCalendar.cs
- OdbcConnectionHandle.cs
- DataGridViewColumnEventArgs.cs
- _BufferOffsetSize.cs
- HtmlInputHidden.cs
- Accessible.cs
- Matrix3DConverter.cs
- PocoPropertyAccessorStrategy.cs
- WriteStateInfoBase.cs
- ArrayList.cs
- StyleBamlTreeBuilder.cs
- XmlSignificantWhitespace.cs
- KeyValueConfigurationElement.cs
- WizardForm.cs
- GridView.cs
- ServiceBuildProvider.cs
- HotCommands.cs
- AuthenticationService.cs
- FirstMatchCodeGroup.cs
- ItemContainerPattern.cs
- MessageQueueInstaller.cs
- RoutedCommand.cs
- WindowsGraphicsWrapper.cs
- precedingquery.cs
- TextDecoration.cs
- ImageUrlEditor.cs
- RewritingPass.cs
- VsPropertyGrid.cs
- HiddenFieldDesigner.cs
- ExpressionContext.cs
- CqlIdentifiers.cs
- AspProxy.cs
- QueryPageSettingsEventArgs.cs
- ReadingWritingEntityEventArgs.cs
- BuildProviderCollection.cs
- DbTypeMap.cs
- ControlTemplate.cs
- ContextActivityUtils.cs
- NativeCppClassAttribute.cs
- DataBoundControlHelper.cs
- HtmlShimManager.cs
- EntityModelBuildProvider.cs
- MarkupCompilePass1.cs
- DynamicArgumentDialog.cs
- UInt32Storage.cs
- PeerTransportBindingElement.cs
- SecurityElement.cs
- ComponentRenameEvent.cs
- MetadataArtifactLoaderCompositeResource.cs
- RightsManagementLicense.cs
- ErrorFormatterPage.cs
- CompositeScriptReferenceEventArgs.cs
- WorkflowRuntimeBehavior.cs
- BooleanAnimationUsingKeyFrames.cs
- TreeNodeConverter.cs
- DataTableNewRowEvent.cs
- DataSourceCache.cs
- DBSchemaRow.cs
- Brushes.cs
- QueryStringConverter.cs
- ScriptingJsonSerializationSection.cs
- AsymmetricAlgorithm.cs
- XmlCDATASection.cs
- CodeBlockBuilder.cs
- Vector3D.cs
- Track.cs
- ValueChangedEventManager.cs
- WebBrowserDocumentCompletedEventHandler.cs
- DeviceContexts.cs
- RuleInfoComparer.cs
- DataGridViewLinkColumn.cs
- WebConfigurationHost.cs
- TreeNodeClickEventArgs.cs
- DocobjHost.cs