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
- GroupQuery.cs
- PageScaling.cs
- FileCodeGroup.cs
- ZipIOExtraFieldPaddingElement.cs
- CacheAxisQuery.cs
- RawMouseInputReport.cs
- DataGridLength.cs
- MarkerProperties.cs
- FtpWebResponse.cs
- XmlSchemaSimpleTypeRestriction.cs
- LinearKeyFrames.cs
- AdornerLayer.cs
- UIElement3D.cs
- RemotingHelper.cs
- FileDialogCustomPlace.cs
- BitConverter.cs
- NumberFormatInfo.cs
- CompiledIdentityConstraint.cs
- ProxyWebPart.cs
- ObjectAnimationUsingKeyFrames.cs
- DataView.cs
- CurrencyManager.cs
- CodeExporter.cs
- UpdateRecord.cs
- DeclarativeConditionsCollection.cs
- ApplicationTrust.cs
- XPathBuilder.cs
- XPathMessageFilterTable.cs
- ToolStripItemCollection.cs
- Constraint.cs
- StreamAsIStream.cs
- LineSegment.cs
- EventPropertyMap.cs
- RemotingAttributes.cs
- ControlPropertyNameConverter.cs
- Overlapped.cs
- StylusEventArgs.cs
- _KerberosClient.cs
- ClientFormsAuthenticationMembershipProvider.cs
- Int16.cs
- UIElementPropertyUndoUnit.cs
- MenuAutomationPeer.cs
- HelpEvent.cs
- TypeTypeConverter.cs
- Pkcs9Attribute.cs
- ServiceSecurityAuditElement.cs
- _ShellExpression.cs
- ValidationEventArgs.cs
- SettingsContext.cs
- RulePatternOps.cs
- SubMenuStyleCollection.cs
- BrowserTree.cs
- StorageMappingFragment.cs
- LineServices.cs
- EtwTrace.cs
- DelegatingMessage.cs
- ResizeGrip.cs
- WorkflowInstanceSuspendedRecord.cs
- FieldToken.cs
- TabPanel.cs
- IisHelper.cs
- MatrixConverter.cs
- BookmarkNameHelper.cs
- FunctionMappingTranslator.cs
- SystemIcons.cs
- AnimationException.cs
- FullTextBreakpoint.cs
- AudienceUriMode.cs
- FormatPage.cs
- EnumValidator.cs
- SerializableAttribute.cs
- GridViewUpdatedEventArgs.cs
- ShaderEffect.cs
- DataGridHelper.cs
- TickBar.cs
- ReadOnlyPropertyMetadata.cs
- EditorZone.cs
- AmbientLight.cs
- GregorianCalendar.cs
- SecuritySessionServerSettings.cs
- SkinBuilder.cs
- CancelAsyncOperationRequest.cs
- DataGridViewDataErrorEventArgs.cs
- SchemaManager.cs
- SqlUtil.cs
- NameNode.cs
- SecurityCredentialsManager.cs
- TextBoxView.cs
- FunctionUpdateCommand.cs
- DataListItem.cs
- MILUtilities.cs
- EventLogConfiguration.cs
- PrimaryKeyTypeConverter.cs
- FileDataSourceCache.cs
- StylusPointDescription.cs
- SafeArrayTypeMismatchException.cs
- DataBoundControlAdapter.cs
- RadioButtonFlatAdapter.cs
- FontConverter.cs
- DbParameterHelper.cs