Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Services / Web / System / Web / Services / Discovery / DiscoveryReferences.cs / 1305376 / DiscoveryReferences.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.Services.Discovery { using System.Collections; using System.Diagnostics; ////// /// public sealed class DiscoveryReferenceCollection : CollectionBase { ///[To be supplied.] ////// /// public DiscoveryReference this[int i] { get { return (DiscoveryReference) List[i]; } set { List[i] = value; } } ///[To be supplied.] ////// /// public int Add(DiscoveryReference value) { return List.Add(value); } ///[To be supplied.] ////// /// public bool Contains(DiscoveryReference value) { return List.Contains(value); } ///[To be supplied.] ////// /// public void Remove(DiscoveryReference value) { List.Remove(value); } } } // 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; ////// /// public sealed class DiscoveryReferenceCollection : CollectionBase { ///[To be supplied.] ////// /// public DiscoveryReference this[int i] { get { return (DiscoveryReference) List[i]; } set { List[i] = value; } } ///[To be supplied.] ////// /// public int Add(DiscoveryReference value) { return List.Add(value); } ///[To be supplied.] ////// /// public bool Contains(DiscoveryReference value) { return List.Contains(value); } ///[To be supplied.] ////// /// public void Remove(DiscoveryReference value) { List.Remove(value); } } } // 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
- SqlAliaser.cs
- HotSpot.cs
- DefaultBinder.cs
- StringPropertyBuilder.cs
- StoreItemCollection.Loader.cs
- CodeAttachEventStatement.cs
- FunctionImportElement.cs
- StylusSystemGestureEventArgs.cs
- DataTemplateKey.cs
- ICspAsymmetricAlgorithm.cs
- XmlSchemaImport.cs
- Win32Exception.cs
- XmlAttributeOverrides.cs
- TypeReference.cs
- CodeComment.cs
- PerformanceCountersElement.cs
- CheckBox.cs
- XPathNavigatorKeyComparer.cs
- NativeMethods.cs
- StringDictionary.cs
- LabelDesigner.cs
- SqlBuilder.cs
- XmlQueryRuntime.cs
- ThreadStartException.cs
- XmlAttributeAttribute.cs
- ConnectionOrientedTransportElement.cs
- DetailsViewUpdateEventArgs.cs
- BrowserCapabilitiesFactory35.cs
- TypeForwardedToAttribute.cs
- SamlAuthenticationClaimResource.cs
- HwndSubclass.cs
- XmlSchemaDatatype.cs
- PropertyInfoSet.cs
- ConsumerConnectionPoint.cs
- XamlValidatingReader.cs
- QuaternionKeyFrameCollection.cs
- StrongTypingException.cs
- RecipientIdentity.cs
- DataRowCollection.cs
- CompressedStack.cs
- ObjectStateFormatter.cs
- LogExtentCollection.cs
- Visitors.cs
- WindowsToolbar.cs
- TextControlDesigner.cs
- BitmapPalette.cs
- GCHandleCookieTable.cs
- IDQuery.cs
- JsonXmlDataContract.cs
- WebPartConnectionsConnectVerb.cs
- InstanceData.cs
- XsltInput.cs
- ToolStripTextBox.cs
- dataSvcMapFileLoader.cs
- EdmFunctionAttribute.cs
- InfoCardUIAgent.cs
- CodeConditionStatement.cs
- StylusPointDescription.cs
- UnionExpr.cs
- CssClassPropertyAttribute.cs
- HTTPRemotingHandler.cs
- TextParagraphProperties.cs
- HwndKeyboardInputProvider.cs
- MenuItemAutomationPeer.cs
- CommandManager.cs
- ProviderSettingsCollection.cs
- _SSPISessionCache.cs
- BitmapSource.cs
- NodeInfo.cs
- EdgeProfileValidation.cs
- PenContexts.cs
- ScaleTransform3D.cs
- DataControlPagerLinkButton.cs
- TextParagraphCache.cs
- Font.cs
- RolePrincipal.cs
- GenericUriParser.cs
- VoiceSynthesis.cs
- XmlSortKeyAccumulator.cs
- ConstructorNeedsTagAttribute.cs
- ConfigUtil.cs
- CustomAttributeBuilder.cs
- HttpProcessUtility.cs
- DataGridItemAutomationPeer.cs
- MappableObjectManager.cs
- KeyedHashAlgorithm.cs
- UpDownBase.cs
- TimeoutTimer.cs
- ExceptionValidationRule.cs
- ServiceDiscoveryElement.cs
- RefreshEventArgs.cs
- CredentialCache.cs
- ThicknessKeyFrameCollection.cs
- WindowsSolidBrush.cs
- PrimitiveXmlSerializers.cs
- FormViewUpdatedEventArgs.cs
- EncryptedReference.cs
- RegexGroupCollection.cs
- DataStreams.cs
- RuntimeConfigurationRecord.cs