Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / Data / System / Data / PropertyCollection.cs / 1 / PropertyCollection.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //[....] //[....] //----------------------------------------------------------------------------- namespace System.Data { using System; using System.Collections; using System.Runtime.Serialization; ////// [Serializable] #if WINFSInternalOnly internal #else public #endif class PropertyCollection : Hashtable { public PropertyCollection() : base() { } protected PropertyCollection(SerializationInfo info, StreamingContext context) : base(info, context) { } } //3 NOTE: This should have been named PropertyDictionary, to avoid fxcop warnings about not having strongly typed IList and ICollection implementations, but it's too late now... } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.Represents a collection of properties that can be added to ///, /// , /// or .
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- PropVariant.cs
- MetadataUtilsSmi.cs
- SQLResource.cs
- GenerateHelper.cs
- ProcessHost.cs
- RangeBaseAutomationPeer.cs
- Parsers.cs
- X509AsymmetricSecurityKey.cs
- RuleSetCollection.cs
- RemotingAttributes.cs
- SelfIssuedAuthAsymmetricKey.cs
- XamlVector3DCollectionSerializer.cs
- JapaneseCalendar.cs
- WebPartAddingEventArgs.cs
- WindowsTitleBar.cs
- ThreadAbortException.cs
- TdsEnums.cs
- HorizontalAlignConverter.cs
- BitStack.cs
- IntegrationExceptionEventArgs.cs
- HttpCookie.cs
- safelink.cs
- TextBoxLine.cs
- VirtualPathProvider.cs
- ConfigurationSettings.cs
- SoapObjectWriter.cs
- ResourceAssociationTypeEnd.cs
- SurrogateEncoder.cs
- DocumentManager.cs
- XXXInfos.cs
- DoubleLinkList.cs
- RadioButtonPopupAdapter.cs
- ConsumerConnectionPoint.cs
- figurelengthconverter.cs
- ToolStripPanel.cs
- ListManagerBindingsCollection.cs
- TemplatedWizardStep.cs
- WindowsListViewItem.cs
- Grant.cs
- entitydatasourceentitysetnameconverter.cs
- ResourceBinder.cs
- InvokePatternIdentifiers.cs
- ComNativeDescriptor.cs
- IndexedSelectQueryOperator.cs
- ButtonRenderer.cs
- PageWrapper.cs
- ItemCheckEvent.cs
- GregorianCalendarHelper.cs
- CompositeScriptReference.cs
- AnimationClockResource.cs
- HyperLinkField.cs
- XPathMultyIterator.cs
- RegionData.cs
- TrackingParameters.cs
- AssemblyCache.cs
- XmlConvert.cs
- ColorEditor.cs
- Stack.cs
- DuplicateWaitObjectException.cs
- NullReferenceException.cs
- StrongName.cs
- FunctionUpdateCommand.cs
- NativeDirectoryServicesQueryAPIs.cs
- RepeaterItemCollection.cs
- PKCS1MaskGenerationMethod.cs
- TraceUtility.cs
- XmlHelper.cs
- CommandValueSerializer.cs
- DSACryptoServiceProvider.cs
- TemplateControlParser.cs
- Types.cs
- InsufficientMemoryException.cs
- InvalidContentTypeException.cs
- OptimizerPatterns.cs
- MSAAWinEventWrap.cs
- SiteMapNodeItemEventArgs.cs
- FlowDocument.cs
- ProviderCommandInfoUtils.cs
- CompilerError.cs
- Scheduler.cs
- SafeNativeMethods.cs
- DispatcherHooks.cs
- DiscreteKeyFrames.cs
- ImageList.cs
- WindowsIdentity.cs
- SimpleType.cs
- UnionCodeGroup.cs
- StrongNamePublicKeyBlob.cs
- RuntimeHandles.cs
- GradientStopCollection.cs
- ProxyElement.cs
- ApplicationServiceManager.cs
- RuleSettings.cs
- PolicyException.cs
- SystemIPInterfaceProperties.cs
- TrustExchangeException.cs
- OleDbFactory.cs
- EntityViewGenerator.cs
- StubHelpers.cs
- MissingMethodException.cs